From 9ada8fc433491716c5d0dff715bec417cf6e65ba Mon Sep 17 00:00:00 2001 From: Jamie Smith Date: Wed, 15 Jun 2022 22:18:39 -0700 Subject: [PATCH] Revert Greentea runner changes, it should stay as is --- tools/cmake/mbed_greentea.cmake | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/cmake/mbed_greentea.cmake b/tools/cmake/mbed_greentea.cmake index f3741fb531..295fd1d984 100644 --- a/tools/cmake/mbed_greentea.cmake +++ b/tools/cmake/mbed_greentea.cmake @@ -14,7 +14,6 @@ set(MBED_GREENTEA_SERIAL_PORT "" CACHE STRING "Serial port name to talk to the M # TEST_REQUIRED_LIBS - Test suite required libraries # HOST_TESTS_DIR - Path to the "host_tests" directory # TEST_SKIPPED - Reason if suite is skipped -# TEST_BAREMETAL - If provided, test against mbed-baremetal # # calling the macro: # if(MBED_GREENTEA_TEST_BAREMETAL) @@ -38,9 +37,7 @@ set(MBED_GREENTEA_SERIAL_PORT "" CACHE STRING "Serial port name to talk to the M # ) function(mbed_greentea_add_test) - set(options - TEST_BAREMETAL - ) + set(options) set(singleValueArgs TEST_NAME TEST_SKIPPED