test for VFAS and weight strategies added

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1628 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2009-12-14 16:29:30 +00:00
commit 6255b8d2df
8 changed files with 2124 additions and 0 deletions

View file

@ -84,6 +84,13 @@ SET (TEST_LIST
t-moeoILS_TS
t-moeoTS
t-moeoVNS
t-moeoVFAS
t-moeoAnytimeWeightStrategy
t-moeoQexploreWeightStrategy
t-moeoAugmentedQexploreWeightStrategy
t-moeoFixedTimeOneDirectionWeightStrategy
t-moeoFixedTimeBothDirectionWeightStrategy
t-moeoDichoWeightStrategy
)
FOREACH (test ${TEST_LIST})