summaryrefslogtreecommitdiffstats
path: root/tests/t-conflict-provide-replace-virtual/Makefile
blob: e0ed06ea87a13ba445a8da43b7d12ccdb8e90f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TESTS_DEB := pkg-a pkg-b

include ../Test.mk

test-case:
	$(DPKG_INSTALL) pkg-a.deb
	# test if the conflicting package fails on install
	! $(DPKG_INSTALL) pkg-b.deb

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