Comparator updated and test added

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1694 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-03-15 16:48:18 +00:00
commit 4e00b61d79
6 changed files with 150 additions and 16 deletions

View file

@ -34,7 +34,10 @@ SET (TEST_LIST
t-moOrderNeighborhood
t-moFullEvalByCopy
t-moFullEvalByModif
t-moSimpleHCexplorer)
t-moSimpleHCexplorer
t-moNeighborComparator
t-moSolNeighborComparator
)
FOREACH (test ${TEST_LIST})
SET ("T_${test}_SOURCES" "${test}.cpp")