Skip to content

Remove feature_flags from test and introduce io test runner

Florian Fischer requested to merge remove_test_feature_flag into master

To skip test if emper::IO is false the new io test runner in tests/test-runner is introduced which checks emper::IO and skips the test otherwise executes our normal testMain function.

Fixes #10 (closed).

Edited by Florian Schmaus

Merge request reports