Adding test for insular model with the PSO

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@746 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
canape 2007-10-26 12:54:29 +00:00
commit cf4700c2be
3 changed files with 303 additions and 1 deletions

View file

@ -59,9 +59,11 @@ ENDIF(WIN32 AND NOT CYGWIN)
SET (TEST_LIST t-peo
t-peoPSO
t-peoInsularPSO
)
SET (TEST_LIBRARY t-peoPSOPara)
SET (TEST_LIBRARY t-peoPSOPara
t-peoPSOParaIsland)
FOREACH (test ${TEST_LIST} ${TEST_LIBRARY})