From f31dbad64f1af83afd6ba722a71049c5c5e1b03f Mon Sep 17 00:00:00 2001 From: triton Date: Sun, 18 Aug 2013 19:07:55 +0100 Subject: [PATCH] Managed tests now depend on the Runtime project. --- build/Tests.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/Tests.lua b/build/Tests.lua index 964fdc58..e75e7957 100644 --- a/build/Tests.lua +++ b/build/Tests.lua @@ -76,6 +76,8 @@ function SetupTestProjects(name, file, lib) path.join(gendir, name, name .. ".cs"), } + links { "CppSharp.Runtime" } + project(name .. ".CLI") SetupNativeProject()