unity_setup.c 121 B

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