repo.or.cz
/
dpkg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
man: Improve description for dpkg-build-api v1 items
[dpkg.git]
/
tests
/
t-unpack-fifo
/
Makefile
blob
eaa848aa89a2c57dc66dc7b92012356ba0904de7
1
PKG
:=
pkg-fifo
2
3
TESTS_DEB
:=
pkg-fifo
4
5
include
..
/
Test.mk
6
7
$(
PKG
)/
test-fifo
:
8
mkfifo
$
@
9
10
build-hook
: $(
PKG
)/
test-fifo
11
12
clean-hook
:
13
rm
-
f
$(
PKG
)/
test-fifo
14
15
test-case
:
16
# test unpacking a fifo
17
$(
DPKG_INSTALL
)
pkg-fifo.deb
18
$(
call pkg_is_installed
,
pkg-fifo
)
19
20
test-clean
:
21
$(
DPKG_PURGE
)
pkg-fifo
22