1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

Add rule to make test run from src/dom dir

This commit is contained in:
Jonas Fonseca 2005-12-29 18:33:59 +01:00 committed by Jonas Fonseca
parent 1a177491a0
commit beb8337fc5

View File

@ -6,4 +6,7 @@ OBJS = node.o select.o stack.o scanner.o
SUBDIRS-$(CONFIG_DEBUG) += test
test: all
make test -C test
include $(top_srcdir)/Makefile.lib