po: Update German man pages translation
[dpkg.git] / tests / t-unpack-device / Makefile
blob0dcb3ca6de54e8d0cefea9e570b075a2f87c3490
1 PKG := pkg-device
3 TESTS_DEB := $(PKG)
5 include ../Test.mk
7 $(PKG)/test-null:
8 $(BEROOT) mknod $@ c 1 3
10 $(PKG)/test-ram0:
11 $(BEROOT) mknod $@ b 1 0
13 build-hook: $(PKG)/test-null $(PKG)/test-ram0
15 clean-hook:
16 rm -f $(PKG)/test-null
17 rm -f $(PKG)/test-ram0
19 test-case:
20 # test unpacking device files
21 $(DPKG_INSTALL) pkg-device.deb
22 $(call pkg_is_installed,pkg-device)
24 test-clean:
25 $(DPKG_PURGE) pkg-device