Tests of new files added.

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1197 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2008-05-28 13:30:27 +00:00
commit a8723080f8
9 changed files with 1376 additions and 3 deletions

View file

@ -34,7 +34,7 @@ SET (TEST_LIST
t-moeo
t-moeoBitVector
t-moeoRealVector
t-moeoArchive
t-moeoUnboundedArchive
t-moeoParetoObjectiveVectorComparator
t-moeoAggregativeComparator
t-moeoDiversityThenFitnessComparator
@ -49,6 +49,13 @@ SET (TEST_LIST
t-moeoNSGAII
t-moeoMax3Obj
t-moeoEasyEA
t-moeoDominanceCountFitnessAssignment
t-moeoDominanceRankFitnessAssignment
t-moeoDominanceCountRankingFitnessAssignment
t-moeoNearestNeighborDiversityAssignment
t-moeoSPEA2Archive
t-moeoSPEA2
t-moeoDominanceMatrix
)
FOREACH (test ${TEST_LIST})