summaryrefslogtreecommitdiffstats
path: root/tests/tpb04/Makefile
blob: d1b6324f94fdd5d4f9d3af905b7a06b2c5cd12ef (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
include ../common.mk

check:
	test -f debian/python3-foo/usr/lib/python3/dist-packages/foo.py
	test -f debian/python3-foo-ext/usr/lib/python3/dist-packages/_foo.abi3.so
	test -e test-executed

clean:
	./debian/rules clean