Skip to content
Snippets Groups Projects
Commit 13568613 authored by vargheseg's avatar vargheseg
Browse files

register_tests now takes working directory.

usage:
register_tests(SOURCES
                 ${list_of_source_files}
                 "test_src.cc"
                 ${concatenated_string_of_source_files}
               NAMESPACE
                 "test_namespace"
               LINK_LIBRARIES
                 ${list_of_targets}
               INCLUDE_DIRECTORIES
                 ${list_of_include_directories}
               COMPILE_OPTIONS
                 ${list_of_compile_options}
               WORKING_DIRECTORY
                 ${ctest_working_directory})
parent 4a74f6f4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment