1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-27 18:24:27 +01:00

Make memory handling optional in fixtures

This commit is contained in:
mvandervoord
2019-10-30 09:50:22 -04:00
parent 37a0f7184c
commit ded22fef63
3 changed files with 6 additions and 1 deletions

View File

@@ -12,6 +12,10 @@
#include "unity_internals.h"
#include "unity_fixture_internals.h"
#ifndef UNITY_FIXTURE_NO_EXTRAS
#include "unity_memory.h"
#endif
int UnityMain(int argc, const char* argv[], void (*runAllTests)(void));