mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-26 12:06:42 +08:00
add prototypes for setUp and tearDown to unity.h
This commit is contained in:
@ -15,6 +15,9 @@ extern "C"
|
|||||||
|
|
||||||
#include "unity_internals.h"
|
#include "unity_internals.h"
|
||||||
|
|
||||||
|
void setUp(void);
|
||||||
|
void tearDown(void);
|
||||||
|
|
||||||
//-------------------------------------------------------
|
//-------------------------------------------------------
|
||||||
// Configuration Options
|
// Configuration Options
|
||||||
//-------------------------------------------------------
|
//-------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user