Skip to content
Snippets Groups Projects
Commit 46bcb8ca authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Create unittests_xfr on make check, but don't run it

Change-Id: I7583fae53feb3daa8dd790a97b6ae158870e7b5e
parent c8c861be
Branches
Tags
No related merge requests found
...@@ -3,12 +3,10 @@ ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4 ...@@ -3,12 +3,10 @@ ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4
AM_CPPFLAGS = -I$(top_srcdir)/src/libknot -I$(top_srcdir)/src -DSYSCONFDIR='"$(sysconfdir)"' -DSBINDIR='"$(sbindir)"' AM_CPPFLAGS = -I$(top_srcdir)/src/libknot -I$(top_srcdir)/src -DSYSCONFDIR='"$(sysconfdir)"' -DSBINDIR='"$(sbindir)"'
check_PROGRAMS = \ check_PROGRAMS = \
unittests unittests \
EXTRA_PROGRAMS = \
unittests_xfr unittests_xfr
TESTS = $(check_PROGRAMS) TESTS = unittests
EXTRA_DIST = \ EXTRA_DIST = \
files/sample_conf files/sample_conf
......
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