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

include ../Test.mk

test-case:
	# test normal working packages
	$(DPKG_INSTALL) pkg-normal.deb
	$(call pkg_is_installed,pkg-normal)

test-clean:
	$(DPKG_PURGE) pkg-normal