mirror of https://github.com/ARMmbed/mbed-os.git
Update UNITTESTS header reference
parent
159410bea7
commit
fafa0c41ed
|
|
@ -19,14 +19,14 @@
|
|||
^storage/filesystem/littlefsv2/littlefs/
|
||||
^features/unsupported/
|
||||
^hal/storage_abstraction
|
||||
^hal/tests/TESTS/mbed_hal/trng/pithy
|
||||
^hal/tests/TESTS/mbed_hal/trng/pithy
|
||||
^platform/cxxsupport
|
||||
^platform/tests/UNITTESTS
|
||||
^events/tests/UNITTESTS
|
||||
^rtos/source/TARGET_CORTEX/rtx4
|
||||
^rtos/source/TARGET_CORTEX/rtx5
|
||||
^targets
|
||||
^TESTS/mbed_hal/trng/pithy
|
||||
^TESTS/mbed_hal/trng/pithy
|
||||
^tools
|
||||
^UNITTESTS
|
||||
^storage/blockdevice/tests/UNITTESTS
|
||||
|
|
|
|||
|
|
@ -126,6 +126,7 @@ set(unittest-includes-base
|
|||
"${PROJECT_SOURCE_DIR}/../drivers/include/drivers"
|
||||
"${PROJECT_SOURCE_DIR}/../drivers/include/drivers/internal"
|
||||
"${PROJECT_SOURCE_DIR}/../hal"
|
||||
"${PROJECT_SOURCE_DIR}/../hal/include"
|
||||
"${PROJECT_SOURCE_DIR}/../events/include"
|
||||
"${PROJECT_SOURCE_DIR}/../events/include/events/internal"
|
||||
"${PROJECT_SOURCE_DIR}/../events/source"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
#include "stdlib.h"
|
||||
#include "us_ticker_api.h"
|
||||
#include "hal/us_ticker_api.h"
|
||||
|
||||
const ticker_data_t *get_us_ticker_data(void)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#include "watchdog_api.h"
|
||||
#include "hal/watchdog_api.h"
|
||||
|
||||
#if DEVICE_WATCHDOG
|
||||
|
||||
|
|
|
|||
|
|
@ -47,6 +47,6 @@ typedef enum {
|
|||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#include "pinmap.h"
|
||||
#include "hal/pinmap.h"
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue