mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #10790 from cladmi/pr/build_system_utils/name_collision_tests
tests/build_system_utils: fix TESTS name collision
This commit is contained in:
commit
519b9ebc33
@ -16,13 +16,13 @@ endef
|
||||
|
||||
MAKEFILES_UTILS = $(RIOTMAKE)/utils
|
||||
|
||||
TESTS = test-ensure_value test-ensure_value-negative
|
||||
COMPILE_TESTS = test-ensure_value test-ensure_value-negative
|
||||
|
||||
# Tests will be run both in the host machine and in `docker`
|
||||
all: build-system-utils-tests
|
||||
|
||||
build-system-utils-tests: $(TESTS)
|
||||
.PHONY: build-system-utils-tests $(TESTS)
|
||||
build-system-utils-tests: $(COMPILE_TESTS)
|
||||
.PHONY: build-system-utils-tests $(COMPILE_TESTS)
|
||||
|
||||
|
||||
# tests for 'ensure_value'
|
||||
|
Loading…
Reference in New Issue
Block a user