added dependency

This commit is contained in:
Christopher Dunn 2007-06-14 22:01:40 +00:00
parent f986423955
commit e1f8a4799a

View File

@ -4,3 +4,6 @@ buildJSONTests( env_testing, Split( """
main.cpp
""" ),
'jsontestrunner' )
# For 'check' to work, 'libs' must be built first.
env_testing.Depends('jsontestrunner', '#libs')