Build and run examples as tests
This PR turns examples into tests:
-
Autotools
: option--enable-examples
is removed, the examples are built and run withmake check
; -
CMake
: optionMTIME_BUILD_EXAMPLES
is removed, the examples are built withmake
and run withmake test
when-DBUILD_TESTING=ON
.
Depends on !76 (merged).
Edited by Sergey Kosukhin
Merge request reports
Activity
enabled an automatic merge when all merge checks for 253ff439 pass
Please register or sign in to reply