Skip to content

Commit 86464a3

Browse files
committed
Build the generator before test bindings for easy testing
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent 2cd0f6f commit 86464a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Tests.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function SetupTestProjectsCSharp(name, depends, extraFiles, suffix)
161161
project(name .. ".CSharp")
162162
SetupManagedTestProject()
163163

164-
dependson { name .. ".Gen", name .. ".Native" }
164+
dependson { name .. ".Gen", name .. ".Native", "CppSharp.Generator" }
165165
SetupTestGeneratorBuildEvent(name)
166166

167167
files
@@ -206,7 +206,7 @@ function SetupTestProjectsCLI(name, extraFiles, suffix)
206206
language "C++"
207207
clr "On"
208208

209-
dependson { name .. ".Gen", name .. ".Native" }
209+
dependson { name .. ".Gen", name .. ".Native", "CppSharp.Generator" }
210210
SetupTestGeneratorBuildEvent(name)
211211

212212
if (suffix ~= nil) then

0 commit comments

Comments
 (0)