Skip to content

Commit

Permalink
Add example unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
h2337 committed Jul 7, 2018
1 parent b1041a0 commit 056f7d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/nameOfUnit-test.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include "unity.h"
// #include "nameOfUnit.h"

// #include <stdlib.h>

// void test_nameOfTheTest(void) {
// TEST_ASSERT_EQUAL_INT(5, 5);
// }

0 comments on commit 056f7d2

Please sign in to comment.