Taking runtest out of autofile generation loop

This commit is contained in:
Harry Moffat 2009-07-15 18:20:47 +00:00
parent a6550ac015
commit c6ba4dbc88
14 changed files with 0 additions and 14 deletions

View file

@ -1,5 +1,4 @@
Makefile
runtest
adiabatic_flame.csv
ch4_adiabatic.xml
ct2ctml.log

View file

@ -5,7 +5,6 @@ temp_success="1"
/bin/rm -f output_0.txt adiabatic_flame.csv diff_csv.txt diff_out_0.txt
##########################################################################
PYTHON_CMD=@PYTHON_CMD@
prog=adiabatic_flame.py
if test ! -f $prog ; then
echo $prog ' does not exist'

View file

@ -1,5 +1,4 @@
Makefile
runtest
ct2ctml.log
diff_csv.txt
diff_out_0.txt

View file

@ -5,7 +5,6 @@ temp_success="1"
/bin/rm -f output_0.txt flame1.csv diff_csv.txt diff_out_0.txt
##########################################################################
PYTHON_CMD=@PYTHON_CMD@
prog=flame1.py
if test ! -f $prog ; then
echo $prog ' does not exist'

View file

@ -1,5 +1,4 @@
Makefile
runtest
ch4_adiabatic.xml
ch4_flame1.xml
ct2ctml.log

View file

@ -5,7 +5,6 @@ temp_success="1"
/bin/rm -f output_0.txt flame2.csv diff_csv.txt diff_out_0.txt
##########################################################################
PYTHON_CMD=@PYTHON_CMD@
prog=flame2.py
if test ! -f $prog ; then
echo $prog ' does not exist'

View file

@ -1,5 +1,4 @@
Makefile
runtest
ct2ctml.log
diff_csv.txt
diff_out_0.txt

View file

@ -5,7 +5,6 @@ temp_success="1"
/bin/rm -f output_0.txt flame_fixed_T.csv diff_csv.txt diff_out_0.txt
##########################################################################
PYTHON_CMD=@PYTHON_CMD@
prog=flame_fixed_T.py
if test ! -f $prog ; then
echo $prog ' does not exist'

View file

@ -2,7 +2,6 @@ Makefile
ct2ctml.log
h2o2.xml
output_0.txt
runtest
transport_log.xml
diff_csv.txt
diff_out_0.txt

View file

@ -5,7 +5,6 @@ temp_success="1"
/bin/rm -f output_0.txt freeflame1.csv diff_csv.txt diff_out_0.txt
##########################################################################
PYTHON_CMD=@PYTHON_CMD@
prog=free_h2_air.py
if test ! -f $prog ; then
echo $prog ' does not exist'

View file

@ -5,5 +5,4 @@ diff_out_0.txt
gri30.xml
npflame1.xml
output_0.txt
runtest
transport_log.xml

View file

@ -5,7 +5,6 @@ temp_success="1"
/bin/rm -f output_0.txt npflame1.csv diff_csv.txt diff_out_0.txt
##########################################################################
PYTHON_CMD=@PYTHON_CMD@
prog=npflame1.py
if test ! -f $prog ; then
echo $prog ' does not exist'

View file

@ -1,5 +1,4 @@
Makefile
runtest
Makefile
ct2ctml.log
diff_csv.txt

View file

@ -5,7 +5,6 @@ temp_success="1"
/bin/rm -f output_0.txt stflame1_[1234567].csv diff_csv.txt diff_out_0.txt
##########################################################################
PYTHON_CMD=@PYTHON_CMD@
prog=stflame1.py
if test ! -f $prog ; then
echo $prog ' does not exist'