From: Baptiste L. <bl...@us...> - 2005-09-29 21:11:57
|
Update of /cvsroot/jsoncpp/jsoncpp/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18775/test Modified Files: runtests.py Log Message: * added configuration option JSON_IN_CPPTL to allow linking cpptl & json as a single library * json_forwardS.h now includes json_config.h Index: runtests.py =================================================================== RCS file: /cvsroot/jsoncpp/jsoncpp/test/runtests.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** runtests.py 30 Jul 2005 17:40:59 -0000 1.3 --- runtests.py 29 Sep 2005 21:11:49 -0000 1.4 *************** *** 6,10 **** if len(sys.argv) != 2: print "Usage: %s jsontest-executable-path" % sys.argv[0] ! sys.Exit( 1 ) jsontest_executable_path = os.path.normpath( os.path.abspath( sys.argv[1] ) ) --- 6,10 ---- if len(sys.argv) != 2: print "Usage: %s jsontest-executable-path" % sys.argv[0] ! sys.exit( 1 ) jsontest_executable_path = os.path.normpath( os.path.abspath( sys.argv[1] ) ) |