1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-25 09:21:36 +01:00

add prototypes for setUp and tearDown to unity.h

This commit is contained in:
Andy Isaacson
2015-10-27 18:18:52 -07:00
parent bc8533836b
commit 0c9fc9bb33

View File

@@ -15,6 +15,9 @@ extern "C"
#include "unity_internals.h"
void setUp(void);
void tearDown(void);
//-------------------------------------------------------
// Configuration Options
//-------------------------------------------------------