aboutsummaryrefslogtreecommitdiff
path: root/testcase/var_visibility_prefix_invalid_prefix_one.mk
blob: 65a2f3a42e77d197a44773282793453f89fc6c3f (plain)
1
2
3
4
5
6
7
8
$(KATI_visibility_prefix FOO, /foo)

ifndef KATI
$(info Makefile:1: Visibility prefix should not start with /)
endif

test:
	@: