summaryrefslogtreecommitdiffstats
path: root/tests/t-field-priority/Makefile
blob: 08239e7bac36c09d1205627881e1ff8478968d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TESTS_DEB := pkg-priority

include ../Test.mk

test-case:
	# test for unknown priority values
	$(DPKG_INSTALL) pkg-priority.deb
	$(call pkg_is_installed,pkg-priority)
	$(call pkg_field_is,pkg-priority,Priority,value not known)

test-clean:
	$(DPKG_PURGE) pkg-priority