Commit Graph

15 Commits

Author SHA1 Message Date
Martin Pulec
84db4767bb rewritten all remaining tests without cppunit 2023-03-07 15:45:45 +01:00
Martin Pulec
8b61de68d9 adapted test/ff_codec_conversions_test to new API 2023-03-07 15:45:45 +01:00
Martin Pulec
33222ed79b unit tests: begin removing cppunit 2023-03-07 15:45:45 +01:00
Martin Pulec
a082cdaf12 CI tests: replace UG_SKIP_NET_TESTS with GITHUB_REPOSITORY
Automatically ignore network test errors (typically a multicast on mac
and in arm chroot) if run from CI.
2022-11-08 16:49:36 +01:00
Martin Pulec
d5c721a649 cppunit: fixed missing ifdef 2022-06-06 11:06:07 +02:00
Martin Pulec
2b0c10ecd1 unit tests: print running unit test name
+ output with standard error
2022-04-04 13:44:47 +02:00
Martin Pulec
49208387da main: moved getopt parsing to a separate function 2021-07-09 10:20:13 +02:00
Martin Pulec
6fe6505ab7 run_tests: print available unit tests 2021-03-22 16:40:02 +01:00
Martin Pulec
a094ad0c58 CUnit: option to run only one test
Can be used eg. to debug tests that produce a lot of terminal output.
2021-03-12 10:32:17 +01:00
Martin Pulec
a5d8b79309 run_tests: added usage 2021-03-11 16:39:43 +01:00
Martin Pulec
024494f4b8 Option to disable message repeats suppressing 2020-11-05 09:21:33 +01:00
Martin Pulec
de8ec48d9e Tests: option to run only standard or unit tests 2020-09-21 14:34:03 +02:00
Martin Pulec
f01b38b31c CppUnit: status to makefile + warn if not found when run 2019-11-20 22:26:52 +01:00
Martin Pulec
735bbd50d6 Tests: run pre- and post-init
+ run always the whole suite (don't exit with first failing test)
2019-11-19 15:26:39 +01:00
Martin Pulec
7ebb52d953 Merged new and old unit tests
+ skip UDP tests if running inside GitHub VM (doesn't support multicast)
+ create symbols (ctags/cscope) for tests
2019-11-19 08:22:51 +01:00