Skip to content

Commit

Permalink
Update UNITTESTS header reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkan01 committed Aug 25, 2020
1 parent 159410b commit fafa0c4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .codecheckignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions UNITTESTS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion UNITTESTS/stubs/us_ticker_stub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion UNITTESTS/stubs/watchdog_api_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion UNITTESTS/target_h/PinNames.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ typedef enum {
#ifdef __cplusplus
}
#endif
#include "pinmap.h"
#include "hal/pinmap.h"

#endif

0 comments on commit fafa0c4

Please sign in to comment.