Skip to content

Commit

Permalink
isd new expensive test
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.salilab.org/imp/trunk@17509 e91f8c7b-0e32-4433-a9ac-4502d39a4eab
  • Loading branch information
barak@SALILAB.ORG authored and barak@SALILAB.ORG committed Apr 17, 2013
1 parent 77db313 commit b53936e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/isd/test/CMakeLists.txt
Expand Up @@ -73,7 +73,6 @@ ${PROJECT_SOURCE_DIR}/modules/isd/test/test_TALOSRestraint.py
${PROJECT_SOURCE_DIR}/modules/isd/test/test_TBLReader.py
${PROJECT_SOURCE_DIR}/modules/isd/test/test_TuneRex.py
${PROJECT_SOURCE_DIR}/modules/isd/test/test_communication.py
${PROJECT_SOURCE_DIR}/modules/isd/test/test_shared_functions.py
${PROJECT_SOURCE_DIR}/modules/isd/test/test_vonMises.py
${PROJECT_SOURCE_DIR}/modules/isd/test/test_vonMisesKappaConjugateRestraint.py
${PROJECT_SOURCE_DIR}/modules/isd/test/test_vonMisesKappaJeffreysRestraint.py
Expand Down Expand Up @@ -125,7 +124,8 @@ foreach (test )
endif()
endforeach(test)

foreach (test ${PROJECT_SOURCE_DIR}/modules/isd/test/expensive_test_HybridMonteCarlo.py)
foreach (test ${PROJECT_SOURCE_DIR}/modules/isd/test/expensive_test_HybridMonteCarlo.py
${PROJECT_SOURCE_DIR}/modules/isd/test/expensive_test_shared_functions.py)
GET_FILENAME_COMPONENT(name ${test} NAME)
if(EXISTS "${PROJECT_BINARY_DIR}/test/isd/${name}tests")
FILE(READ "${PROJECT_BINARY_DIR}/test/isd/${name}tests" contents)
Expand Down
File renamed without changes.

0 comments on commit b53936e

Please sign in to comment.