From b17888d0b4b8a62b22c6ef32733921b553b4cddc Mon Sep 17 00:00:00 2001 From: tlegrand Date: Thu, 11 Oct 2007 14:08:41 +0000 Subject: [PATCH] added new tests --- eo/test/CMakeLists.txt | 6 ++++++ eo/test/Makefile.am | 10 ++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/eo/test/CMakeLists.txt b/eo/test/CMakeLists.txt index 5306b39b..9bbd02b9 100644 --- a/eo/test/CMakeLists.txt +++ b/eo/test/CMakeLists.txt @@ -70,6 +70,12 @@ SET (TEST_LIST t-eoParetoFitness t-eoRNG t-eoEasyPSO t-eoNSGA + t-eoInt + t-eoInitPermutation + t-eoSwapMutation + t-eoShiftMutation + t-eoTwoOptMutation + t-eoRingTopology # t-eoFrontSorter # t-eoEpsMOEA ) diff --git a/eo/test/Makefile.am b/eo/test/Makefile.am index 5fc497d8..4c202679 100644 --- a/eo/test/Makefile.am +++ b/eo/test/Makefile.am @@ -44,8 +44,14 @@ check_PROGRAMS = t-eoParetoFitness \ t-eoEasyPSO \ t-eoNSGA \ t-eoFrontSorter \ - t-eoEpsMOEA - + t-eoEpsMOEA \ + t-eoInt \ + t-eoInitPermutation \ + t-eoSwapMutation \ + t-eoShiftMutation \ + t-eoTwoOptMutation \ + t-eoRingTopology + TESTS = $(check_PROGRAMS) \ run_tests # This script can be used to check command-line arguments