summaryrefslogtreecommitdiffstats
path: root/scripts/t/mk/buildapi.mk
blob: 6ac92f9bc0d5da2bfe69bbf462cb3ed2e43391e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include $(srcdir)/mk/buildapi.mk

TEST_DPKG_BUILD_API = 0

test_vars := \
  DPKG_BUILD_API \
  # EOL

test: $(test_vars)

$(test_vars):
	: # Test $@ Make variable.
	test '$($@)' = '$(TEST_$@)'