-
- Downloads
[test] remove feature_flags from test and introduce io test runner
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.
Showing
- tests/ConcurrentNetworkEchoTest.cpp 5 additions, 0 deletionstests/ConcurrentNetworkEchoTest.cpp
- tests/fixtures/meson.build 1 addition, 4 deletionstests/fixtures/meson.build
- tests/meson.build 14 additions, 38 deletionstests/meson.build
- tests/test-runner/emper-test-runner.cpp 2 additions, 29 deletionstests/test-runner/emper-test-runner.cpp
- tests/test-runner/io-test-runner.cpp 14 additions, 0 deletionstests/test-runner/io-test-runner.cpp
- tests/test-runner/meson.build 17 additions, 7 deletionstests/test-runner/meson.build
- tests/test-runner/test-runner.cpp 32 additions, 0 deletionstests/test-runner/test-runner.cpp
- tests/test-runner/test-runner.hpp 8 additions, 0 deletionstests/test-runner/test-runner.hpp
Loading
Please register or sign in to comment