Updated makefile.am such that "make check" will run all test programs. Fixed
a number of erronuous return values that made the script fail. What's left is let Marc clean up the mess he made with t-eoReal and t-eoRealAllESAllAgain
This commit is contained in:
parent
ddb9e026cf
commit
beba7bd5c9
14 changed files with 20 additions and 59 deletions
|
|
@ -1,43 +1,7 @@
|
|||
#!/bin/sh
|
||||
echo "Starting t-eo"
|
||||
./t-eo > eo.log
|
||||
|
||||
echo "Starting t-eoReplacement"
|
||||
./t-eoReplacement > replacement.log
|
||||
|
||||
echo "Starting t-eoCheckpointing"
|
||||
./t-eoCheckpointing > checkpointing.log
|
||||
|
||||
echo "Testing -h"
|
||||
./t-eoCheckpointing -h > ch2.log
|
||||
|
||||
echo "Testing t-eoExternalEO"
|
||||
./t-eoExternalEO > externalEO.log
|
||||
|
||||
echo "Testing t-eoGenOp"
|
||||
./t-eoGenOp > genOp.log
|
||||
|
||||
echo "Testing t-eoSelect"
|
||||
./t-eoSelect > select.log
|
||||
|
||||
echo "Testing t-eoStateAndParser"
|
||||
# TODO, many different parameter settings and checks
|
||||
./t-eoStateAndParser > stateAndParser.log
|
||||
|
||||
echo "Testing t-eoSymreg"
|
||||
./t-eoSymreg > symreg.log
|
||||
|
||||
echo "Testing t-eobin"
|
||||
./t-eobin > bin.log
|
||||
|
||||
echo "Testing t-eofitness"
|
||||
./t-eofitness > fitness.log
|
||||
|
||||
echo "Testing t-eoGA"
|
||||
./t-eoGA > t-eoGA.log
|
||||
|
||||
echo "Testing t-eoGenOp"
|
||||
./t-eoGenOp > t-eoGenOp.log
|
||||
./t-eoCheckpointing -h
|
||||
|
||||
echo "Finished"
|
||||
|
||||
|
|
|
|||
Reference in a new issue