Removed missing tests/test-realtype from tests/SConscript
authorDmitriy Morozov <morozov@cs.duke.edu>
Thu, 21 Dec 2006 13:37:23 -0500
changeset 6 40adcff7b468
parent 5 ee9052408c40
child 7 b5dfe607ac17
Removed missing tests/test-realtype from tests/SConscript
tests/SConscript
--- 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))