Add parser tests dependency to tests
authorejjordan <ejjordan@kth.se>
Tue, 26 Oct 2021 13:42:20 +0000 (15:42 +0200)
committerejjordan <ejjordan@kth.se>
Tue, 26 Oct 2021 13:42:23 +0000 (15:42 +0200)
This is necessary for make check to work properly.

Fixes #4233

src/external/muparser/CMakeLists.txt

index 861ce5e58fb573261b2f13c14b728ba97122617c..0f06c5e3a68b6865b6e07425710ae78ca7373b15 100644 (file)
@@ -140,4 +140,4 @@ if (ENABLE_OPENMP)
     target_link_libraries(t_ParserTest OpenMP::OpenMP_CXX)
 endif()
 add_test (NAME ParserTest COMMAND t_ParserTest)
-
+add_dependencies(tests t_ParserTest)