2
0
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:
JINMEI Tatuya
2010-08-17 21:29:44 +00:00
parent d347894af5
commit 9c85b4bd95

View File

@@ -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