mirror of https://github.com/ARMmbed/mbed-os.git
Fixed travis-ci.
parent
7a8da2244d
commit
e61411e60c
|
@ -17,6 +17,10 @@
|
||||||
|
|
||||||
#include "CellularTests.h"
|
#include "CellularTests.h"
|
||||||
|
|
||||||
|
#if !defined(MBED_CONF_NSAPI_PRESENT)
|
||||||
|
#error [NOT_SUPPORTED] A json configuration file is needed. Skipping this build.
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef CELLULAR_DEVICE
|
#ifndef CELLULAR_DEVICE
|
||||||
#error [NOT_SUPPORTED] CELLULAR_DEVICE must be defined for this test
|
#error [NOT_SUPPORTED] CELLULAR_DEVICE must be defined for this test
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue