Merge pull request #10030 from jamesbeyond/fm_test

TESTS: skip timing accuracy test on FastModels
pull/10268/head
Cruz Monrreal 2019-03-28 17:58:51 -05:00 committed by GitHub
commit 8e819de43e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@
#include "hal/us_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;
/* This test is created based on the test for Timer class.