Simplify tests/xbps/xbps-rindex structure.

This commit is contained in:
Juan RP
2013-11-06 11:11:00 +01:00
parent 8f36f8e638
commit 6952144d60
8 changed files with 16 additions and 29 deletions

View File

@@ -1,5 +1,8 @@
-include ../../../config.mk
TOPDIR = ../../..
-include $(TOPDIR)/config.mk
SUBDIRS = common clean
TESTSHELL = clean_test
TESTSSUBDIR = xbps/xbps-rindex
EXTRA_FILES = Kyuafile
include ../../../mk/subdir.mk
include $(TOPDIR)/mk/test.mk

View File

@@ -1 +0,0 @@
TESTSSUBDIR = xbps/xbps-rindex

View File

@@ -1,7 +0,0 @@
TOPDIR = ../../../..
-include $(TOPDIR)/config.mk
TEST = clean_test
include ../Makefile.inc
include $(TOPDIR)/mk/test-shell.mk

View File

@@ -1,15 +0,0 @@
TOPDIR = ../../../..
-include $(TOPDIR)/config.mk
include ../Makefile.inc
all:
install:
install -d $(DESTDIR)$(TESTSDIR)/$(TESTSSUBDIR)
install -m644 Kyuafile $(DESTDIR)$(TESTSDIR)/$(TESTSSUBDIR)
uninstall:
-rm -f $(DESTDIR)$(TESTSDIR)/$(TESTSSUBDIR)/Kyuafile
clean: