Browse Source

Managed tests now depend on the Runtime project.

pull/45/merge
triton 12 years ago
parent
commit
f31dbad64f
  1. 2
      build/Tests.lua

2
build/Tests.lua

@ -76,6 +76,8 @@ function SetupTestProjects(name, file, lib) @@ -76,6 +76,8 @@ function SetupTestProjects(name, file, lib)
path.join(gendir, name, name .. ".cs"),
}
links { "CppSharp.Runtime" }
project(name .. ".CLI")
SetupNativeProject()

Loading…
Cancel
Save