mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
DOM test: add test/ to SUBDIRS so DOM test is run for 'make test'
This commit is contained in:
parent
67188584ea
commit
56f692ef08
@ -1,7 +1,7 @@
|
|||||||
top_builddir=../..
|
top_builddir=../..
|
||||||
include $(top_builddir)/Makefile.config
|
include $(top_builddir)/Makefile.config
|
||||||
|
|
||||||
SUBDIRS = css sgml
|
SUBDIRS = css sgml test
|
||||||
OBJS = configuration.o node.o select.o stack.o scanner.o
|
OBJS = configuration.o node.o select.o stack.o scanner.o
|
||||||
|
|
||||||
SUBDIRS-$(CONFIG_DEBUG) += test
|
SUBDIRS-$(CONFIG_DEBUG) += test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user