mirror of https://github.com/ARMmbed/mbed-os.git
Aligned existing unit tests to new include structure. Now includes are in build/cpputest so no need to include like this: 'CppUTest/header_file.h'
parent
f408c2140b
commit
7306211cb1
|
@ -1,4 +1,4 @@
|
|||
#include "CppUTest/TestHarness.h"
|
||||
#include "TestHarness.h"
|
||||
|
||||
TEST_GROUP(FirstTestGroup)
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "CppUTest/TestHarness.h"
|
||||
#include "TestHarness.h"
|
||||
#include <utility>
|
||||
#include "mbed.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "CppUTest/TestHarness.h"
|
||||
#include "TestHarness.h"
|
||||
#include "mbed.h"
|
||||
#include "semihost_api.h"
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "CppUTest\CommandLineTestRunner.h"
|
||||
#include "CommandLineTestRunner.h"
|
||||
#include <stdio.h>
|
||||
#include "mbed.h"
|
||||
#include "testrunner.h"
|
||||
|
|
Loading…
Reference in New Issue