Line
Link Here
|
0 |
-- a/SConstruct |
0 |
++ b/SConstruct |
Lines 468-474
Link Here
|
468 |
check_script = env.File('build/check.py').rstr() |
468 |
check_script = env.File('build/check.py').rstr() |
469 |
test_dir = env.File('test/test_all.c').rfile().get_dir() |
469 |
test_dir = env.File('test/test_all.c').rfile().get_dir() |
470 |
src_dir = env.File('serf.h').rfile().get_dir() |
470 |
src_dir = env.File('serf.h').rfile().get_dir() |
471 |
test_app = ("%s %s %s %s") % (sys.executable, check_script, test_dir, 'test') |
471 |
test_app = ('datefudge "2015-01-01 00:00" %s %s %s %s') % (sys.executable, check_script, test_dir, 'test') |
472 |
|
472 |
|
473 |
# Set the library search path for the test programs |
473 |
# Set the library search path for the test programs |
474 |
test_env = {'PATH' : os.environ['PATH'], |
474 |
test_env = {'PATH' : os.environ['PATH'], |