git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2269 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2011-05-25 21:51:20 +00:00
commit 99e6fc716e

View file

@ -40,14 +40,19 @@ LINK_DIRECTORIES(${PARADISEO_EO_BIN_DIR}/lib ${NVIDIA_LIB_DIR} ${CUDA_LIB_DIR}
### 3) Define your targets and link the librairies ### 3) Define your targets and link the librairies
###################################################################################### ######################################################################################
SET (TEST_LIST SET (TEST_LIST
t-memory t-moGPUBitVector
t-moCudaBitVector t-moGPUIntVector
t-moCudaIntVector t-moGPURealVector
t-moCudaBitNeighbor t-moGPUPermutationVector
t-OneMaxIncrEval t-moGPUMemory
t-EvalOneMax t-moGPUObject
# t-moCudaKswapNeighborhood t-moGPUBitNeighbor
t-moGPUXBitFlippingNeighbor
t-moGPUXSwapNeighbor
#t-moCudaKswapNeighborhood
#t-OneMaxIncrEval
#t-EvalOneMax
) )
FOREACH (test ${TEST_LIST}) FOREACH (test ${TEST_LIST})