aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/Makefile.local
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2014-05-30 10:43:05 +0300
committerGravatar David Bremner <david@tethera.net>2014-07-13 12:16:06 -0300
commitc2d8236b56e713ae2e7053c9ea3cc13f7d1283c4 (patch)
tree9341aa5a8b67fb757c9aca34a3e377b5e5694803 /test/Makefile.local
parent57540a1952460fe88817ad53dc32274543cf0514 (diff)
test: use sh.config for configuration
Diffstat (limited to 'test/Makefile.local')
-rw-r--r--test/Makefile.local16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/Makefile.local b/test/Makefile.local
index d622eafe..1c85b18a 100644
--- a/test/Makefile.local
+++ b/test/Makefile.local
@@ -35,25 +35,9 @@ $(dir)/symbol-test: $(dir)/symbol-test.o lib/$(LINKER_NAME)
$(dir)/parse-time: $(dir)/parse-time.o parse-time-string/parse-time-string.o
$(call quiet,CC) $^ -o $@
-$(dir)/have-compact: Makefile.config
-ifeq ($(HAVE_XAPIAN_COMPACT),1)
- ln -sf /bin/true $@
-else
- ln -sf /bin/false $@
-endif
-
-$(dir)/have-man: Makefile.config
-ifeq ($(HAVE_SPHINX)$(HAVE_RST2MAN),00)
- ln -sf /bin/false $@
-else
- ln -sf /bin/true $@
-endif
-
.PHONY: test check
TEST_BINARIES=$(dir)/arg-test \
- $(dir)/have-compact \
- $(dir)/have-man \
$(dir)/hex-xcode \
$(dir)/random-corpus \
$(dir)/parse-time \