Browse Source

Included the headers for AST tests to the solution. (#881)

Fixes #850
pull/882/head
Kimon Topouzidis 8 years ago committed by Dimitar Dobrev
parent
commit
346bc97abc
  1. 9
      src/Generator.Tests/premake5.lua

9
src/Generator.Tests/premake5.lua

@ -6,12 +6,17 @@ project "CppSharp.Generator.Tests" @@ -6,12 +6,17 @@ project "CppSharp.Generator.Tests"
files { "**.cs" }
vpaths { ["*"] = "*" }
libdirs
libdirs
{
depsdir .. "/NUnit",
depsdir .. "/NSubstitute"
}
files { testsdir .. "/Native/AST.h", testsdir .. "/Native/ASTExtensions.h", testsdir .. "/Native/Passes.h" }
filter "files:**.h"
buildaction "None"
filter {}
SetupParser()
links

Loading…
Cancel
Save