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

Loading…
Cancel
Save