blob: 09287f4f1fe76cf0b67319e122fde2f75e1bb597 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
TESTS_DEB := pkg-symlink
include ../Test.mk
test-case:
# test unpacking symlinks
$(DPKG_INSTALL) pkg-symlink.deb
$(call pkg_is_installed,pkg-symlink)
test-clean:
$(DPKG_PURGE) pkg-symlink
|