Skip to content

Commit e61411e

Browse files
Teppo JärvelinAri Parkkila
authored andcommitted
Fixed travis-ci.
1 parent 7a8da22 commit e61411e

File tree

1 file changed

+4
-0
lines changed
  • features/cellular/TESTS/cellular/cellular_all

1 file changed

+4
-0
lines changed

features/cellular/TESTS/cellular/cellular_all/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717

1818
#include "CellularTests.h"
1919

20+
#if !defined(MBED_CONF_NSAPI_PRESENT)
21+
#error [NOT_SUPPORTED] A json configuration file is needed. Skipping this build.
22+
#endif
23+
2024
#ifndef CELLULAR_DEVICE
2125
#error [NOT_SUPPORTED] CELLULAR_DEVICE must be defined for this test
2226
#endif

0 commit comments

Comments
 (0)