Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions tests/Makefile.tests_common
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ DEVELHELP ?= 1
# expose extra metadata
CFLAGS += -DRIOT_APPLICATION=\"$(APPLICATION)\"

# Add the common folder for all common test helpers
EXTERNAL_MODULE_DIRS += $(TESTBASE)/utils/common
EXTERNAL_MODULE_DIRS += $(TESTBASE)/utils/sc_args

# All tests here _should_ use the test helpers
USEMODULE += test_helpers
USEMODULE += sc_args

# Add the common folder for all common test helpers
EXTERNAL_MODULE_DIRS += $(TESTBASE)/utils

# include RF specific settings
include $(TESTBASE)/dist/robotframework/Makefile.include
7 changes: 0 additions & 7 deletions utils/common/Makefile.include

This file was deleted.

File renamed without changes.
7 changes: 7 additions & 0 deletions utils/test_helpers/Makefile.include
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Use an immediate variable to evaluate `MAKEFILE_LIST` now
USEMODULE_INCLUDES_test_helpers := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))/include
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_test_helpers)

ifeq ($(USE_JSON_SHELL_PARSER),1)
CFLAGS += -DJSON_SHELL_PARSER
endif
File renamed without changes.