Commit 559652d4 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

CMake: restrict reading tests to .conf files

(cherry picked from commit 2a6a1610)
parent ebfbfa8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ MACRO(ALLPIX_MODULE_TESTS name directory)
        FILE(
            GLOB TEST_LIST_MODULES
            RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
            ${directory}/[00-99]*)
            ${directory}/[00-99]*.conf)

        FOREACH(test ${TEST_LIST_MODULES})
            GET_FILENAME_COMPONENT(title ${test} NAME_WE)