WIP: feat(tests): enable parallel execution of functional tests #68

Closed
jabber.developer2 wants to merge 15 commits from feat/parallel-functional-tests into master
11 changed files with 254 additions and 98 deletions
Showing only changes of commit e1a9f55a32 - Show all commits

View File

@@ -16,7 +16,6 @@
#include <stdint.h> #include <stdint.h>
#include <setjmp.h> #include <setjmp.h>
/* Disable cmocka 2.0 deprecation warnings for backward compatibility */ /* NOTE: CMOCKA_DISABLE_DEPRECATION_WARNINGS removed to test CI failure */
#define CMOCKA_DISABLE_DEPRECATION_WARNINGS
#include <cmocka.h> #include <cmocka.h>