summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-01-14 18:44:11 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-01-14 18:44:11 +0000
commit5e61a8bda30e96bef5a1c6e265f4d6d19695102d (patch)
tree2744d8a7548af767ae1e71fad5063f5590f20f85 /test
parentb73c8212ecca40dffaa1cad31693fc25fc63eab2 (diff)
downloadquilt-5e61a8bda30e96bef5a1c6e265f4d6d19695102d.tar.gz
- Move scripts directory to quilt/scripts to simplify running quilt
directly from the source tree. - test/Makefile: merge into Makefile.in (target check). - Makefile.in: clean up.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/Makefile b/test/Makefile
deleted file mode 100644
index 880d58e..0000000
--- a/test/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-TESTS=$(shell ls -tr *.test)
-
-QUILTRC=$(CURDIR)/test.quiltrc
-QUILT_DIR=$(CURDIR)/../quilt
-QUILT_LIB=$(CURDIR)/../lib
-export QUILTRC QUILT_DIR QUILT_LIB
-PATH:=$(CURDIR)/../bin:$(PATH)
-ifneq ($(shell . $(QUILTRC) ; echo $$QUILT_PATCHES_PREFIX),)
-P=patches/
-_P=../patches/
-export P _P
-endif
-
-all: $(TESTS) remove_symlink
-
-.PHONY: $(TESTS)
-
-$(TESTS): scripts_symlink
- @echo "[$@]"
- @LANG=POSIX ./run $@
-
-scripts_symlink:
- @[ -e ../quilt/scripts ] || ln -s ../scripts ../quilt/scripts
-
-remove_symlink:
- @rm -f quilt/scripts