From b19851da6461753bca7e0fd631c47e98b1eee2bb Mon Sep 17 00:00:00 2001 From: boufaras Date: Tue, 19 Jul 2011 14:56:59 +0000 Subject: [PATCH] t-moAdaptiveWalkSampling t-moNeighborhoodSizeUtils t-moIndexedVectorTabuList t-moRndIndexedVectorTabuList t-moDynSpanCoolingSchedule git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2335 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-mo/test/CMakeLists.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/trunk/paradiseo-mo/test/CMakeLists.txt b/trunk/paradiseo-mo/test/CMakeLists.txt index 9f1750538..9683e9147 100644 --- a/trunk/paradiseo-mo/test/CMakeLists.txt +++ b/trunk/paradiseo-mo/test/CMakeLists.txt @@ -31,7 +31,8 @@ LINK_DIRECTORIES(${EO_BIN_DIR}/lib) -SET (TEST_LIST +SET (TEST_LIST + t-moAdaptiveWalkSampling t-moNeighbor t-moBitNeighbor t-moOrderNeighborhood @@ -97,7 +98,6 @@ SET (TEST_LIST t-moLocalSearchInit t-moSolInit t-moEvalCounter - t-moNeighborFitnessStat t-moNeighborBestStat t-moCounterStat t-moMinusOneCounterStat @@ -112,10 +112,14 @@ SET (TEST_LIST t-moFitnessCloudSampling t-moNeutralWalkSampling t-moStatistics + t-moNeighborhoodSizeUtils t-moXChangeNeighbor t-moXSwapNeighbor t-moXBitFlippingNeighbor t-moXChangeNeighborhood + t-moIndexedVectorTabuList + t-moRndIndexedVectorTabuList + t-moDynSpanCoolingSchedule ) FOREACH (test ${TEST_LIST})