From c5145c839930013ed2317358c77723b4c3904f7d Mon Sep 17 00:00:00 2001 From: maartenkeijzer Date: Thu, 8 Nov 2001 11:13:19 +0000 Subject: [PATCH] Cleaned up --- eo/test/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/eo/test/Makefile.am b/eo/test/Makefile.am index 037e7742..a7ec9fa8 100644 --- a/eo/test/Makefile.am +++ b/eo/test/Makefile.am @@ -18,12 +18,9 @@ check_PROGRAMS = t-eoParetoFitness t-eoPareto t-eofitness t-eoRandom t-eobin t-e t-eoExternalEO t-eoSymreg t-eo t-eoReplacement t-eoSelect t-eoGenOp t-eoGA t-eoReal t-eoVector t-eoESAll t-eoPBIL +#The run_tests script can be used to check various arguments TESTS=$(check_PROGRAMS) run_tests -#TESTS=run_tests t-eoVector t-eoRandom t-eoSSGA t-eoPareto t-eoParetoFitness t-eoReal t-eo \ -# t-eoReplacement t-eoExternalEO t-eoGenOp t-eoSelect t-eoStateAndParser t-eoSymreg \ -# t-eobin t-eofitness -# removing temporarily t-eoESFull # noinst_PROGRAMS = t-eofitness t-eobin t-eoStateAndParser t-eoCheckpointing t-eoExternalEO t-eoESFull t-eoSymreg t-eo t-eoReplacement t-eoSelect t-eoGenOp t-eoGA t-eoReal ###############################################################################