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. 5
      src/Generator.Tests/premake5.lua

5
src/Generator.Tests/premake5.lua

@ -12,6 +12,11 @@ project "CppSharp.Generator.Tests"
depsdir .. "/NSubstitute" depsdir .. "/NSubstitute"
} }
files { testsdir .. "/Native/AST.h", testsdir .. "/Native/ASTExtensions.h", testsdir .. "/Native/Passes.h" }
filter "files:**.h"
buildaction "None"
filter {}
SetupParser() SetupParser()
links links

Loading…
Cancel
Save