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
This commit is contained in:
boufaras 2011-07-19 14:56:59 +00:00
commit b19851da64

View file

@ -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})