mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 18:52:45 +01:00
8 lines
180 B
Makefile
8 lines
180 B
Makefile
|
include checks.mk
|
||
|
|
||
|
test-ensure_value:
|
||
|
@test "$@" = "$(call ensure_value,$@,"This should not fail")"
|
||
|
|
||
|
test-ensure_value-negative:
|
||
|
@echo $(call ensure_value,$^,"This should fail")
|