Enable build and test on Windows

This commit is contained in:
Zach Hindes
2018-09-04 14:25:15 -05:00
parent f32703a7a1
commit ad2cb5b7ea
5 changed files with 18 additions and 2 deletions

3
tests/unity_setup.c Normal file
View File

@ -0,0 +1,3 @@
// msvc doesn't support weak-linking, so we need to define these functions.
void setUp(void) { }
void tearDown(void) { }