TESTS: skip timing accuracy test on FastModels

pull/10326/head
Qinghao Shi 2019-03-11 10:38:00 +00:00 committed by Martin Kojtal
parent 313794cbc7
commit e8a39f82a1
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@
#include "hal/us_ticker_api.h" #include "hal/us_ticker_api.h"
#include "hal/lp_ticker_api.h" #include "hal/lp_ticker_api.h"
//FastModels not support timing test
#if defined(__ARM_FM)
#error [NOT_SUPPORTED] test not supported
#endif
using namespace utest::v1; using namespace utest::v1;
/* This test is created based on the test for Timer class. /* This test is created based on the test for Timer class.