aboutsummaryrefslogtreecommitdiff
path: root/test_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_test.c')
-rw-r--r--test_test.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test_test.c b/test_test.c
new file mode 100644
index 0000000..9a78c3e
--- /dev/null
+++ b/test_test.c
@@ -0,0 +1,7 @@
+#include "test_runner.h"
+#include "unity.h"
+
+RUNNER_DECLARE_TEST(test_test)
+{
+ TEST_ASSERT_EQUAL(0,0);
+}