Skip to content
Snippets Groups Projects
Commit aec71602 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

[dnssec] fix make check without make all

parent 88db6fbb
Branches
Tags
1 merge request!332libdnssec
SUBDIRS = tests
SUBDIRS = . tests
AM_CPPFLAGS = \
-include $(top_builddir)/src/config.h
......
/Makefile
/Makefile.in
/runtests.log
# test binaries
binary
key
sign
/binary
/key
/sign
/key_pubkey
AM_CPPFLAGS = -I$(top_srcdir)/libtap -I../src
LDADD = $(top_builddir)/libtap/libtap.a \
../libdnssec.la
AM_CPPFLAGS = \
-I$(top_srcdir)/libtap \
-I$(srcdir)/../src
LDADD = \
$(top_builddir)/libtap/libtap.a \
$(builddir)/../libdnssec.la
check_PROGRAMS = \
binary \
......@@ -11,6 +15,7 @@ check_PROGRAMS = \
check-compile-only: $(check_PROGRAMS)
check-local: $(check_PROGRAMS)
$(top_builddir)/libtap/runtests -s $(top_srcdir)/tests \
-b $(top_builddir)/tests \
$(top_builddir)/libtap/runtests -s $(srcdir) \
-b $(builddir) \
-L $(builddir)/runtests.log \
$(check_PROGRAMS)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment