added new tests

This commit is contained in:
tlegrand 2007-10-11 14:08:41 +00:00
commit b17888d0b4
2 changed files with 14 additions and 2 deletions

View file

@ -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
)

View file

@ -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