man: Improve description for dpkg-build-api v1 items
[dpkg.git] / tests / t-unpack-fifo / Makefile
blobeaa848aa89a2c57dc66dc7b92012356ba0904de7
1 PKG := pkg-fifo
3 TESTS_DEB := pkg-fifo
5 include ../Test.mk
7 $(PKG)/test-fifo:
8 mkfifo $@
10 build-hook: $(PKG)/test-fifo
12 clean-hook:
13 rm -f $(PKG)/test-fifo
15 test-case:
16 # test unpacking a fifo
17 $(DPKG_INSTALL) pkg-fifo.deb
18 $(call pkg_is_installed,pkg-fifo)
20 test-clean:
21 $(DPKG_PURGE) pkg-fifo