summaryrefslogtreecommitdiff
path: root/unittest.c
diff options
context:
space:
mode:
Diffstat (limited to 'unittest.c')
-rw-r--r--unittest.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/unittest.c b/unittest.c
new file mode 100644
index 0000000..fe58d3d
--- /dev/null
+++ b/unittest.c
@@ -0,0 +1,11 @@
+/* Unit tests and test harness for 680 project.
+ *
+ * Copyright 2011, Astrid Smith
+ * GPL
+ */
+
+#include <default.h>
+
+void _main(void) {
+
+}