1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00

Disable dom-select building since it requires defining of DOM_STACK_TRACE

This commit is contained in:
Jonas Fonseca 2005-12-31 00:05:49 +01:00 committed by Jonas Fonseca
parent 9a0bf83756
commit 14a3f9c0fd

View File

@ -1,8 +1,9 @@
top_builddir=../../..
include $(top_builddir)/Makefile.config
# Disabled since it requires DOM_STACK_TRACE to be defined
# dom-select
TEST_PROGS = \
dom-select \
sgml-parser
TESTDEPS = \
@ -22,7 +23,7 @@ TESTS = $(wildcard test-*)
$(TESTS): $(TEST_PROGS)
@echo "*** $@ ***"; $(call shellquote,$(SHELL)) $@ $(TEST_OPTS)
test: sgml-parser $(TESTS)
test: $(TESTS)
clean-local:
@rm -fr trash