Skip to content

Commit

Permalink
Cludge to work with current state of develop. Refs #970
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Apr 18, 2013
1 parent e4780a8 commit 1125248
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ if (PYUNITTEST_FOUND)

add_subdirectory( mantid )
add_subdirectory( plugins )
add_subdirectory( PythonAlgorithms ) # Temporary
endif ()
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
##
## Tests for PythonAlgorithms
##

file(GLOB TEST_PY_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.py" )

if ( TEST_PY_FILES )
# Prefix for test name=PythonAlgorithms
pyunittest_add_test ( ${CMAKE_CURRENT_SOURCE_DIR} PythonAlgorithms ${TEST_PY_FILES} )
endif()

0 comments on commit 1125248

Please sign in to comment.