From: Baptiste L. <bl...@us...> - 2006-02-08 22:59:49
|
Update of /cvsroot/jsoncpp/jsoncpp/src/jsontest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1531/src/jsontest Added Files: sconscript Log Message: - added SCons script to build the library and run tests. --- NEW FILE: sconscript --- Import( 'env_testing buildJSONTests' ) buildJSONTests( env_testing, Split( """ main.cpp """ ), 'jsontest' ) |