From f52b0f6646bf22c5439c5240b3d085ab145c34df Mon Sep 17 00:00:00 2001 From: evomarc Date: Sat, 17 Nov 2001 07:58:16 +0000 Subject: [PATCH] imply put all program names on one single line to ease bulding the win files --- eo/test/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/eo/test/Makefile.am b/eo/test/Makefile.am index a7ec9fa8..338bef4c 100644 --- a/eo/test/Makefile.am +++ b/eo/test/Makefile.am @@ -13,16 +13,13 @@ LDADDS = $(top_builddir)/src/utils/libeoutils.a $(top_builddir)/src/libeo.a CXXFLAGS = -g -Wall ############################################################################### -check_PROGRAMS = t-eoParetoFitness t-eoPareto t-eofitness t-eoRandom t-eobin t-eoVirus\ - t-MGE t-MGE1bit t-MGE-control t-eoStateAndParser t-eoCheckpointing t-eoSSGA \ - t-eoExternalEO t-eoSymreg t-eo t-eoReplacement t-eoSelect t-eoGenOp t-eoGA t-eoReal t-eoVector t-eoESAll t-eoPBIL +# PLEASE don't break the line (see create_batch.sh) +check_PROGRAMS = t-eoParetoFitness t-eoPareto t-eofitness t-eoRandom t-eobin t-eoVirus t-MGE t-MGE1bit t-MGE-control t-eoStateAndParser t-eoCheckpointing t-eoSSGA 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 -# 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 - ############################################################################### t_eoRandom_SOURCES = t-eoRandom.cpp