summaryrefslogtreecommitdiff
path: root/unittest.c
diff options
context:
space:
mode:
authorAstrid Smith2011-10-31 00:26:51 -0700
committerAstrid Smith2011-10-31 00:26:51 -0700
commit58df7c903d62772c06ac5c8b1cc94d2f588953d1 (patch)
tree64d9b1db1157fd5f93ad5de1f4a62251f5f591f0 /unittest.c
parent555a832a8d8a26e81343ea059cbd39047134d864 (diff)
License clarification
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) {
+
+}