unit testing

This commit is contained in:
2021-01-27 08:27:08 +01:00
parent f78f3c5eaa
commit d36d67bd2c
20 changed files with 360 additions and 78 deletions

View File

@@ -0,0 +1,12 @@
#include <unity.h>
#ifdef UNIT_TEST
int main( int argc, char **argv) {
UNITY_BEGIN();
UNITY_END();
}
#endif //UNIT_TEST