mbed-crypto sanity tests enable run without greentea

pull/9823/head
Michael Schwarcz 2019-02-24 10:08:11 +02:00 committed by Oren Cohen
parent f9fbd6ae82
commit 3edcf455a6
1 changed files with 2 additions and 0 deletions

View File

@ -438,7 +438,9 @@ utest::v1::status_t case_teardown_handler(const Case *const source, const size_t
utest::v1::status_t test_setup(const size_t number_of_cases)
{
#ifndef NO_GREENTEA
GREENTEA_SETUP(120, "default_auto");
#endif
return verbose_test_setup_handler(number_of_cases);
}