Microbug / MicroBitDAL_SB2_TEST

Fork of MicroBitDALImageRewrite by Joe Finney

Revision:
3:876b7e7de363
Child:
4:f998ee705a20
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/inc/MicroBitTest.h	Fri May 01 12:45:05 2015 +0000
@@ -0,0 +1,13 @@
+/**
+  * MicroBit Test Harness Configuration...
+  */
+  
+#ifndef MICROBIT_TEST_H
+#define MICROBIT_TEST_H
+
+// Main method test harnesses. Select only ONE of these!!
+
+//#define MAIN_FIBER_TEST
+#define MAIN_STRING_TEST
+
+#endif