EIPScanner icon indicating copy to clipboard operation
EIPScanner copied to clipboard

Use enable_testing() in toplevel CMakeLists.txt

Open JohannesKauffmann opened this issue 3 years ago • 0 comments

This allows for using ctest (-V) for running the testsuite, instead of manually calling the test executable.

enable_testing() should be in the toplevel CMakeLists.txt, according to the documentation [1].

[1]. https://cmake.org/cmake/help/latest/command/enable_testing.html

JohannesKauffmann avatar Aug 03 '22 10:08 JohannesKauffmann