Microbug / MicroBitDAL_SB2_TEST

Fork of MicroBitDALImageRewrite by Joe Finney

inc/MicroBitTest.h

Committer:
finneyj
Date:
2015-05-15
Revision:
4:f998ee705a20
Parent:
3:876b7e7de363

File content as of revision 4:f998ee705a20:

/**
  * 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
//#define MAIN_FOTA_TEST
#define MAIN_HELLOWORLD_TEST

#endif