• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Import( 'env_testing buildJSONTests' )
2
3buildJSONTests( env_testing, Split( """
4    main.cpp
5     """ ),
6    'jsontestrunner' )
7
8# For 'check' to work, 'libs' must be built first.
9env_testing.Depends('jsontestrunner', '#libs')
10