mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
always add tests to SUBDIR.
(testability is checked in tests/Makefile.am) suggested by Jeremy, okay by myself. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2755 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
SUBDIRS = . tests
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
|
||||
AM_CPPFLAGS += -I$(top_builddir)/src/lib/cc
|
||||
AM_CXXFLAGS = $(B10_CXXFLAGS) -Wno-strict-aliasing
|
||||
@@ -7,11 +9,6 @@ libcfgclient_la_SOURCES = config_data.h config_data.cc module_spec.h module_spec
|
||||
|
||||
CLEANFILES = *.gcno *.gcda
|
||||
|
||||
TESTS =
|
||||
if HAVE_GTEST
|
||||
SUBDIRS = . tests
|
||||
endif
|
||||
|
||||
EXTRA_DIST = testdata/b10-config-bad1.db
|
||||
EXTRA_DIST += testdata/b10-config-bad2.db
|
||||
EXTRA_DIST += testdata/b10-config-bad3.db
|
||||
|
Reference in New Issue
Block a user