Skip to content
Snippets Groups Projects
Commit 8e058c14 authored by soblin's avatar soblin
Browse files

moved tests to gallery

parent 67c749da
Branches
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@ if(${ADD_DEMO})
set(CMAKE_CXX_FLAGS
"-Wall -g -DUSE_GUI=${USE_GUI} -DMATPLOTLIB_MINOR_VER_GTE_4=${MATPLOTLIB_MINOR_VER_GTE_4}"
)
add_subdirectory(gallery/tests)
add_subdirectory(gallery/lines_bars_and_markers)
add_subdirectory(gallery/subplots_axes_and_figures)
add_subdirectory(gallery/statistics)
......@@ -81,15 +82,6 @@ if(${ADD_DEMO})
add_subdirectory(gallery/scales)
endif()
# test
enable_testing()
if(NOT DEFINED DO_TEST)
set(DO_TEST ON)
endif()
if(${DO_TEST})
add_subdirectory(tests)
endif()
# install https://dominikberner.ch/cmake-interface-lib/
include(GNUInstallDirs)
add_library(${PROJECT_NAME} INTERFACE)
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment