summaryrefslogtreecommitdiffstats
path: root/tests/t-breaks/Makefile
blob: 9ffd02c7530d51e4c1a10975a53830d8ae18a722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TESTS_DEB := lib-a-0 lib-a-1 lib-b-0 lib-b-1 pkg-c

include ../Test.mk

DPKG_OPTIONS += --auto-deconfigure

test-case:
	$(DPKG_INSTALL) lib-a-0.deb lib-b-0.deb
	$(DPKG_INSTALL) pkg-c.deb lib-a-1.deb lib-b-1.deb

test-clean:
	$(DPKG_PURGE) lib-a lib-b pkg-c