Added new directories for new test problems.
This commit is contained in:
parent
f70c394fa6
commit
c5fe9d121f
2 changed files with 3203 additions and 4914 deletions
|
|
@ -1553,8 +1553,11 @@ AC_OUTPUT(Makefile \
|
|||
test_problems/multiGasTransport/Makefile \
|
||||
test_problems/fracCoeff/Makefile \
|
||||
test_problems/negATest/Makefile \
|
||||
test_problems/NASA9poly_test/Makefile \
|
||||
test_problems/ck2cti_test/Makefile \
|
||||
test_problems/ck2cti_test/runtest \
|
||||
test_problems/nasa9_reader/Makefile \
|
||||
test_problems/nasa9_reader/runtest \
|
||||
test_problems/min_python/Makefile \
|
||||
test_problems/min_python/minDiamond/Makefile \
|
||||
test_problems/min_python/negATest/Makefile \
|
||||
|
|
@ -1594,6 +1597,9 @@ fi
|
|||
if test -f "test_problems/ck2cti_test/runtest"; then
|
||||
chmod +x test_problems/ck2cti_test/runtest
|
||||
fi
|
||||
if test -f "test_problems/nasa9_reader/runtest"; then
|
||||
chmod +x test_problems/nasa9_reader/runtest
|
||||
fi
|
||||
if test -f "bin/install_tsc"; then
|
||||
chmod +x bin/install_tsc
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue