This PR removes the add_test() call in make_exe step for examples only.
This allows the examples to be built, but not run during make test and should prevent the interactive demos from causing issues with CI.
I have tested this locally on my machine with no issues and 23 tests (previously 30) passing.
This PR removes the
add_test()
call inmake_exe
step for examples only.This allows the examples to be built, but not run during
make test
and should prevent the interactive demos from causing issues with CI. I have tested this locally on my machine with no issues and 23 tests (previously 30) passing.