9 lines
189 B
Makefile
9 lines
189 B
Makefile
|
TOPDIR = ../../..
|
||
|
-include $(TOPDIR)/config.mk
|
||
|
|
||
|
TESTSSUBDIR = libxbps/find_pkg
|
||
|
TEST = pkg_installed_in_pkgdb_test
|
||
|
EXTRA_FILES = Kyuafile xbps.conf pkgdb.plist
|
||
|
|
||
|
include $(TOPDIR)/mk/test.mk
|