mirror of https://github.com/ARMmbed/mbed-os.git
Adapt include path for header file move to `utest`.
parent
a3129f204a
commit
13987f8101
|
@ -16,7 +16,7 @@
|
||||||
****************************************************************************
|
****************************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mbed-test-async/case.h"
|
#include "utest/case.h"
|
||||||
|
|
||||||
using namespace utest::v0;
|
using namespace utest::v0;
|
||||||
|
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
****************************************************************************
|
****************************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mbed-test-async/default_handlers.h"
|
#include "utest/default_handlers.h"
|
||||||
#include "mbed-test-async/case.h"
|
#include "utest/case.h"
|
||||||
|
|
||||||
using namespace utest::v0;
|
using namespace utest::v0;
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
****************************************************************************
|
****************************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mbed-test-async/harness.h"
|
#include "utest/harness.h"
|
||||||
#include "minar/minar.h"
|
#include "minar/minar.h"
|
||||||
#include "core-util/CriticalSectionLock.h"
|
#include "core-util/CriticalSectionLock.h"
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
****************************************************************************
|
****************************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mbed-test-async/types.h"
|
#include "utest/types.h"
|
||||||
|
|
||||||
const char* utest::v0::stringify(utest::v0::failure_t failure)
|
const char* utest::v0::stringify(utest::v0::failure_t failure)
|
||||||
{
|
{
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
****************************************************************************
|
****************************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mbed-test-async/harness.h"
|
#include "utest/harness.h"
|
||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
void utest_unity_assert_failure()
|
void utest_unity_assert_failure()
|
||||||
|
|
Loading…
Reference in New Issue