mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Disable dom-select building since it requires defining of DOM_STACK_TRACE
This commit is contained in:
parent
9a0bf83756
commit
14a3f9c0fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user