mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
Enable build and test on Windows
This commit is contained in:
3
tests/unity_setup.c
Normal file
3
tests/unity_setup.c
Normal file
@ -0,0 +1,3 @@
|
||||
// msvc doesn't support weak-linking, so we need to define these functions.
|
||||
void setUp(void) { }
|
||||
void tearDown(void) { }
|
Reference in New Issue
Block a user