mirror of https://github.com/ARMmbed/mbed-os.git
Cellular: Fixing to skip greentea test if sim pin is not configured.
parent
b3226acbbf
commit
9c185d9b63
|
@ -26,6 +26,10 @@
|
||||||
#error [NOT_SUPPORTED] CELLULAR_DEVICE must be defined
|
#error [NOT_SUPPORTED] CELLULAR_DEVICE must be defined
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef MBED_CONF_APP_CELLULAR_SIM_PIN
|
||||||
|
#error [NOT_SUPPORTED] SIM pin code is needed. Skipping this build.
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "greentea-client/test_env.h"
|
#include "greentea-client/test_env.h"
|
||||||
#include "unity.h"
|
#include "unity.h"
|
||||||
#include "utest.h"
|
#include "utest.h"
|
||||||
|
|
Loading…
Reference in New Issue