added new tests
This commit is contained in:
parent
9174a37355
commit
b17888d0b4
2 changed files with 14 additions and 2 deletions
|
|
@ -70,6 +70,12 @@ SET (TEST_LIST t-eoParetoFitness
|
||||||
t-eoRNG
|
t-eoRNG
|
||||||
t-eoEasyPSO
|
t-eoEasyPSO
|
||||||
t-eoNSGA
|
t-eoNSGA
|
||||||
|
t-eoInt
|
||||||
|
t-eoInitPermutation
|
||||||
|
t-eoSwapMutation
|
||||||
|
t-eoShiftMutation
|
||||||
|
t-eoTwoOptMutation
|
||||||
|
t-eoRingTopology
|
||||||
# t-eoFrontSorter
|
# t-eoFrontSorter
|
||||||
# t-eoEpsMOEA
|
# t-eoEpsMOEA
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,13 @@ check_PROGRAMS = t-eoParetoFitness \
|
||||||
t-eoEasyPSO \
|
t-eoEasyPSO \
|
||||||
t-eoNSGA \
|
t-eoNSGA \
|
||||||
t-eoFrontSorter \
|
t-eoFrontSorter \
|
||||||
t-eoEpsMOEA
|
t-eoEpsMOEA \
|
||||||
|
t-eoInt \
|
||||||
|
t-eoInitPermutation \
|
||||||
|
t-eoSwapMutation \
|
||||||
|
t-eoShiftMutation \
|
||||||
|
t-eoTwoOptMutation \
|
||||||
|
t-eoRingTopology
|
||||||
|
|
||||||
TESTS = $(check_PROGRAMS) \
|
TESTS = $(check_PROGRAMS) \
|
||||||
run_tests # This script can be used to check command-line arguments
|
run_tests # This script can be used to check command-line arguments
|
||||||
|
|
|
||||||
Reference in a new issue