Skip to content
Snippets Groups Projects
Commit 47dec3b3 authored by Doucet, Mathieu's avatar Doucet, Mathieu
Browse files

Only turn off reducer tests... not all 'scripts' tests. Re #2501

parent 93dfe22e
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ if ( MAKE_VATES ) ...@@ -85,7 +85,7 @@ if ( MAKE_VATES )
endif ( MAKE_VATES ) endif ( MAKE_VATES )
# python unit tests # python unit tests
if (PYUNITTEST_FOUND AND REDUCER_TEST) if (PYUNITTEST_FOUND)
add_subdirectory ( scripts ) add_subdirectory ( scripts )
endif () endif ()
......
set ( TEST_PY_FILES test/ReducerTest.py ) set ( TEST_PY_FILES test/ReducerTest.py )
# python unit tests # python unit tests
if (PYUNITTEST_FOUND) if (PYUNITTEST_FOUND AND REDUCER_TEST)
pyunittest_add_test ( PythonReductionTest.py ${TEST_PY_FILES} ) pyunittest_add_test ( PythonReductionTest.py ${TEST_PY_FILES} )
add_dependencies ( PythonReductionTest.py PythonAPI ) add_dependencies ( PythonReductionTest.py PythonAPI )
add_dependencies ( FrameworkTests PythonReductionTest.py ) add_dependencies ( FrameworkTests PythonReductionTest.py )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment