Skip to content

Commit 3aa3cd6

Browse files
committed
add test AlgoRegisterTest for linux
1 parent f78088b commit 3aa3cd6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Framework/PythonInterface/test/python/mantid/api/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ set(TEST_PY_FILES
88
AlgorithmHistoryTest.py
99
AlgorithmManagerTest.py
1010
AlgorithmPropertyTest.py
11-
AlgoRegisterTest.py
1211
AnalysisDataServiceTest.py
1312
AnalysisDataServiceObserverTest.py
1413
AxisTest.py
@@ -57,6 +56,11 @@ set(TEST_PY_FILES
5756
WorkspaceValidatorsTest.py
5857
)
5958

59+
option(PROFILE_ALGORITHM_LINUX "Profile algorithm execution on Linux" OFF)
60+
if(PROFILE_ALGORITHM_LINUX)
61+
set(TEST_PY_FILES "${TEST_PY_FILES}" "AlgoRegisterTest.py")
62+
endif()
63+
6064
check_tests_valid(${CMAKE_CURRENT_SOURCE_DIR} ${TEST_PY_FILES})
6165

6266
# Prefix for test=PythonInterfaceAPI

0 commit comments

Comments
 (0)