diff --git a/python/test/CMakeLists.txt b/python/test/CMakeLists.txt index 5ebe6ca..eb38352 100644 --- a/python/test/CMakeLists.txt +++ b/python/test/CMakeLists.txt @@ -37,8 +37,8 @@ macro (ot_pyinstallcheck_test TESTNAME) endmacro () -ot_pyinstallcheck_test (MyClass_std) -ot_pyinstallcheck_test (docstring) +ot_pyinstallcheck_test (FFTW_std) + if (MATPLOTLIB_FOUND) file (GLOB_RECURSE PYFILES "${PROJECT_SOURCE_DIR}/python/doc/examples/*.py")