From: ejjordan Date: Tue, 26 Oct 2021 13:42:20 +0000 (+0200) Subject: Add parser tests dependency to tests X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=2a9558e33f8e81e7952348e6829ba7abb50811af;hp=5d43901b2886d5c0e94fec02e1ee02cad92b0239;p=alexxy%2Fgromacs.git Add parser tests dependency to tests This is necessary for make check to work properly. Fixes #4233 --- diff --git a/src/external/muparser/CMakeLists.txt b/src/external/muparser/CMakeLists.txt index 861ce5e58f..0f06c5e3a6 100644 --- a/src/external/muparser/CMakeLists.txt +++ b/src/external/muparser/CMakeLists.txt @@ -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)