Skip to content

Commit

Permalink
Move PythonAlgorithms test to plugins/algorithms
Browse files Browse the repository at this point in the history
Refs #970
  • Loading branch information
martyngigg committed Apr 18, 2013
1 parent eba2e5c commit 36eaf3a
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ if (PYUNITTEST_FOUND)
set ( TESTHELPER_SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR} )

add_subdirectory( mantid )
add_subdirectory( PythonAlgorithms )
add_subdirectory( plugins )
endif ()
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
##
## This directory contains sub-directories for each
## of the plugin types
##
add_subdirectory( algorithms )

0 comments on commit 36eaf3a

Please sign in to comment.