unit test global cleanup
This commit is contained in:
parent
271b36cb72
commit
79b796954d
|
@ -8,7 +8,7 @@
|
|||
#include "pch.h"
|
||||
#include "global_execution_queue.h"
|
||||
|
||||
bool_t debugSignalExecutor = false;
|
||||
bool debugSignalExecutor = false;
|
||||
|
||||
TestExecutor::~TestExecutor() {
|
||||
// Flush the queue and reset all scheduling_s at the end of a test's execution
|
||||
|
|
|
@ -170,7 +170,7 @@ static void assertREqualsM(const char *msg, void *expected, void *actual) {
|
|||
assertEqualsM(msg, (float)(uint64_t)expected, (float)(uint64_t)actual);
|
||||
}
|
||||
|
||||
extern bool_t debugSignalExecutor;
|
||||
extern bool debugSignalExecutor;
|
||||
|
||||
TEST(misc, testRpmCalculator) {
|
||||
EngineTestHelper eth(engine_type_e::FORD_INLINE_6_1995);
|
||||
|
|
Loading…
Reference in New Issue