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" }