Browse Source

Remove ParserLib and use SetupParser() in Generator.Test build script.

pull/86/head
triton 12 years ago
parent
commit
300127a234
  1. 3
      src/Generator.Tests/Generator.Tests.lua

3
src/Generator.Tests/Generator.Tests.lua

@ -12,6 +12,8 @@ project "CppSharp.Generator.Tests"
depsdir .. "/NSubstitute" depsdir .. "/NSubstitute"
} }
SetupParser()
links links
{ {
"System", "System",
@ -19,7 +21,6 @@ project "CppSharp.Generator.Tests"
"CppSharp", "CppSharp",
"CppSharp.AST", "CppSharp.AST",
"CppSharp.Generator", "CppSharp.Generator",
ParserLib,
"NUnit.Framework", "NUnit.Framework",
"NSubstitute" "NSubstitute"
} }

Loading…
Cancel
Save