mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
Import( 'env_testing buildJSONTests' )
|
|
|
|
buildJSONTests( env_testing, Split( """
|
|
main.cpp
|
|
""" ),
|
|
'jsontestrunner' )
|
|
|
|
# For 'check' to work, 'libs' must be built first.
|
|
env_testing.Depends('jsontestrunner', '#libs')
|