author | Dmitriy Morozov <morozov@cs.duke.edu> |
Thu, 21 Dec 2006 13:37:23 -0500 | |
changeset 6 | 40adcff7b468 |
parent 5 | ee9052408c40 |
child 7 | b5dfe607ac17 |
tests/SConscript | file | annotate | diff | comparison | revisions |
--- a/tests/SConscript Thu Dec 21 13:32:34 2006 -0500 +++ b/tests/SConscript Thu Dec 21 13:37:23 2006 -0500 @@ -1,6 +1,6 @@ Import('*') -sources = ['test-orderlist.cpp', 'test-consistencylist.cpp', 'test-realtype.cpp'] +sources = ['test-orderlist.cpp', 'test-consistencylist.cpp'] for s in sources: Default(env.Program([s] + external_sources))