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 <setjmp.h>
/* Disable cmocka 2.0 deprecation warnings for backward compatibility */
#define CMOCKA_DISABLE_DEPRECATION_WARNINGS
/* NOTE: CMOCKA_DISABLE_DEPRECATION_WARNINGS removed to test CI failure */
#include <cmocka.h>