test added

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1801 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-05-07 14:55:37 +00:00
commit 2cf997ca72
20 changed files with 894 additions and 3 deletions

View file

@ -82,6 +82,21 @@ SET (TEST_LIST
t-moMonOpDiversification
t-moTS
t-moILS
t-moDummyLS
t-moRandomSearch
t-moMetropolisHasting
t-moNeutralHC
t-moRandomWalk
t-moRandomNeutralWalk
t-moIterContinuator
t-moFitContinuator
t-moCombinedContinuator
t-moFullEvalContinuator
t-moNeighborEvalContinuator
t-moTimeContinuator
t-moDummyExplorer
t-moLocalSearchInit
t-moSolInit
)
FOREACH (test ${TEST_LIST})