16 |
TESTS="escript bruce finley" |
TESTS="escript bruce finley" |
17 |
|
|
18 |
# the python tests to run |
# the python tests to run |
19 |
#FINLEY_PYTESTS="ImportTest.py SimpleSolve.py GradTest.py test_linearPDEsOnFinley.py test_generators.py test_visualization_interface.py" |
FINLEY_PYTESTS="ImportTest.py SimpleSolve.py GradTest.py test_linearPDEsOnFinley.py test_generators.py test_visualization_interface.py test_utilOnFinley.py test_symbolsOnFinley.py" |
|
FINLEY_PYTESTS="ImportTest.py SimpleSolve.py GradTest.py" |
|
20 |
ESCRIPT_PYTESTS="ImportTest.py BinaryOps.py UnaryOps.py SliceGetting.py SliceSetting.py MiscTests.py newEscriptTests.py DataVariableTests.py test_xml.py" |
ESCRIPT_PYTESTS="ImportTest.py BinaryOps.py UnaryOps.py SliceGetting.py SliceSetting.py MiscTests.py newEscriptTests.py DataVariableTests.py test_xml.py" |
21 |
BRUCE_PYTESTS="ImportTest.py BruceTest.py" |
BRUCE_PYTESTS="ImportTest.py BruceTest.py test_utilOnBruce.py test_symbolsOnBruce.py" |
22 |
|
|
23 |
# use this setting for local developmental builds |
# use this setting for local developmental builds |
24 |
ENVVARS="DODEBUG=YES" |
ENVVARS="DODEBUG=YES" |