--- trunk/finley/test/python/SConscript 2006/03/28 07:16:54 689 +++ trunk/finley/test/python/SConscript 2006/03/28 07:18:51 690 @@ -19,3 +19,4 @@ test_targets = [os.path.splitext(x)[0]+'.passed' for x in python_src] env.Alias('py_tests',test_targets) +env.Alias('basic_py_tests',['ImportTest.passed', 'finleyTest.passed', 'SimpleSolve.passed', 'RecTest.passed', 'test_linearPDEsOnFinley.passed', 'test_generators.passed', 'test_visualization_interface.passed', 'test_utilOnFinley.passed'])