diff -r a47fd7c2d44e -r 52e8d8001283 src/SConscript --- a/src/SConscript Fri Apr 06 17:51:47 2012 -0700 +++ b/src/SConscript Sun Apr 08 00:57:08 2012 -0700 @@ -901,7 +901,7 @@ test_sources = Source.get(**flags) test_objs = [ make_obj(s, static=True) for s in test_sources ] testname = "unittest/%s.%s" % (test.target, label) - new_env.Program(testname, main_objs + test_objs + static_objs) + new_env.Program(testname, test_objs + static_objs) progname = exename if strip: