require EEPROM define to eclude from CI builds

pull/7822/head
paul-szczepanek-arm 2018-08-22 11:28:12 +01:00 committed by Donatien Garnier
parent 5513d29da6
commit 17b5e2ef3e
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@
#include <events/mbed_events.h> #include <events/mbed_events.h>
#include "NFCEEPROMDriver.h" #include "NFCEEPROMDriver.h"
#if !NFCEEPROM
#error [NOT_SUPPORTED] NFC EEPROM not supported for this target
#endif
using namespace utest::v1; using namespace utest::v1;
/* individual steps that map to specific operations that include parameters */ /* individual steps that map to specific operations that include parameters */