|
567 | 567 |
|
568 | 568 | # u-blox tests
|
569 | 569 | {
|
570 |
| - "id": "UB_1", "description": "u-blox USB GSM modem: HTTP client", |
571 |
| - "source_dir": [join(TEST_DIR, "net", "cellular", "http", "ubloxusbgsm"), join(TEST_DIR, "net", "cellular", "http", "common")], |
| 570 | + "id": "UB_1", "description": "u-blox USB modem: HTTP client", |
| 571 | + "source_dir": [join(TEST_DIR, "net", "cellular", "http", "ubloxusb"), join(TEST_DIR, "net", "cellular", "http", "common")], |
572 | 572 | "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, USB_HOST_LIBRARIES, UBLOX_LIBRARY],
|
573 | 573 | "supported": CORTEX_ARM_SUPPORT,
|
574 | 574 | },
|
575 | 575 | {
|
576 |
| - "id": "UB_2", "description": "u-blox USB GSM modem: SMS test", |
577 |
| - "source_dir": [join(TEST_DIR, "net", "cellular", "sms", "ubloxusbgsm"), join(TEST_DIR, "net", "cellular", "sms", "common")], |
| 576 | + "id": "UB_2", "description": "u-blox USB modem: SMS test", |
| 577 | + "source_dir": [join(TEST_DIR, "net", "cellular", "sms", "ubloxusb"), join(TEST_DIR, "net", "cellular", "sms", "common")], |
578 | 578 | "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, USB_HOST_LIBRARIES, UBLOX_LIBRARY],
|
579 | 579 | "supported": CORTEX_ARM_SUPPORT,
|
580 | 580 | },
|
|
0 commit comments