tests added

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1700 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-03-18 15:01:16 +00:00
commit 5c3260d712
8 changed files with 331 additions and 55 deletions

View file

@ -36,7 +36,6 @@ SET (TEST_LIST
t-moOrderNeighborhood
t-moFullEvalByCopy
t-moFullEvalByModif
t-moSimpleHCexplorer
t-moNeighborComparator
t-moSolNeighborComparator
t-moTrueContinuator
@ -48,6 +47,11 @@ SET (TEST_LIST
t-moCounterMonitorSaver
t-moSolutionStat
t-moCheckpoint
t-moSimpleHCexplorer
t-moSimpleHCneutralExplorer
t-moHCneutralExplorer
t-moFirstImprExplorer
)
FOREACH (test ${TEST_LIST})