From 300127a234189905ef7289f9374156d5daee047c Mon Sep 17 00:00:00 2001 From: triton Date: Fri, 25 Oct 2013 01:36:21 +0100 Subject: [PATCH] Remove ParserLib and use SetupParser() in Generator.Test build script. --- src/Generator.Tests/Generator.Tests.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Generator.Tests/Generator.Tests.lua b/src/Generator.Tests/Generator.Tests.lua index 7bbc476c..d4de07bd 100644 --- a/src/Generator.Tests/Generator.Tests.lua +++ b/src/Generator.Tests/Generator.Tests.lua @@ -12,6 +12,8 @@ project "CppSharp.Generator.Tests" depsdir .. "/NSubstitute" } + SetupParser() + links { "System", @@ -19,7 +21,6 @@ project "CppSharp.Generator.Tests" "CppSharp", "CppSharp.AST", "CppSharp.Generator", - ParserLib, "NUnit.Framework", "NSubstitute" }