We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f986423 commit e1f8a47Copy full SHA for e1f8a47
1 file changed
src/jsontestrunner/sconscript
@@ -4,3 +4,6 @@ buildJSONTests( env_testing, Split( """
4
main.cpp
5
""" ),
6
'jsontestrunner' )
7
+
8
+# For 'check' to work, 'libs' must be built first.
9
+env_testing.Depends('jsontestrunner', '#libs')
0 commit comments