~plane1/maus/devel_624

« back to all changes in this revision

Viewing changes to third_party/JsonCpp_0.5.0/src/jsontestrunner/.svn/text-base/sconscript.svn-base

  • Committer: Christopher Tunnell
  • Date: 2010-10-22 23:28:44 UTC
  • Revision ID: c.tunnell1@physics.ox.ac.uk-20101022232844-o8bl6n26kk03deuw
remove jsoncpp (so it's now downloaded instead)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Import( 'env_testing buildJSONTests' )
2
 
 
3
 
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')