Microbug / MicroBitDAL_SB2_TEST

Fork of MicroBitDALImageRewrite by Joe Finney

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers MicroBitTest.h Source File

MicroBitTest.h

00001 /**
00002   * MicroBit Test Harness Configuration...
00003   */
00004   
00005 #ifndef MICROBIT_TEST_H
00006 #define MICROBIT_TEST_H
00007 
00008 // Main method test harnesses. Select only ONE of these!!
00009 
00010 //#define MAIN_FIBER_TEST
00011 //#define MAIN_STRING_TEST
00012 //#define MAIN_FOTA_TEST
00013 #define MAIN_HELLOWORLD_TEST
00014 
00015 #endif