From: Bastian Dehn Date: Tue, 16 Jul 2024 17:51:14 +0000 (+0200) Subject: fix run tests X-Git-Tag: 1.0.0^2^2~8 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=286f7f160aa20408152f76ea37aa0af35fda9830;p=mv_none_space.git fix run tests --- diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 47e1152..a9e13ed 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -11,4 +11,4 @@ TARGET_LINK_LIBRARIES(rename_tests ${cmocka}) ADD_TEST(NAME rename_tests COMMAND rename_tests) -ADD_CUSTOM_TARGET(run_tests ALL ctest --verbose) \ No newline at end of file +ADD_CUSTOM_TARGET(run_tests ALL ctest --verbose DEPENDS rename_tests) \ No newline at end of file