Skip to content

Commit e1f8a47

Browse files
committed
added dependency
1 parent f986423 commit e1f8a47

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/jsontestrunner/sconscript

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ buildJSONTests( env_testing, Split( """
44
main.cpp
55
""" ),
66
'jsontestrunner' )
7+
8+
# For 'check' to work, 'libs' must be built first.
9+
env_testing.Depends('jsontestrunner', '#libs')

0 commit comments

Comments
 (0)