Skip to content
Snippets Groups Projects
Commit 8cb0c945 authored by Ansgar Philippsen's avatar Ansgar Philippsen
Browse files

fixed numpy unit test when USE_NUMPY is false

parent 81ff0ff9
No related branches found
No related tags found
No related merge requests found
...@@ -13,9 +13,12 @@ set(OST_MOL_BASE_UNIT_TESTS ...@@ -13,9 +13,12 @@ set(OST_MOL_BASE_UNIT_TESTS
test_view.cc test_view.cc
test_view_op.cc test_view_op.cc
tests.cc tests.cc
test_numpy.py
) )
if (USE_NUMPY)
set(OST_MOST_BASE_UNIT_TESTS "${OST_MOST_BASE_UNIT_TESTS}" test_numpy.py)
endif (USE_NUMPY)
ost_unittest(MODULE mol SOURCES "${OST_MOL_BASE_UNIT_TESTS}") ost_unittest(MODULE mol SOURCES "${OST_MOL_BASE_UNIT_TESTS}")
# for valgrind debugging # for valgrind debugging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment