summaryrefslogtreecommitdiffstats
path: root/src/lib/bench
diff options
context:
space:
mode:
authorJeremy C. Reed <jreed@ISC.org>2011-10-06 01:18:31 +0200
committerJeremy C. Reed <jreed@ISC.org>2011-10-06 01:18:31 +0200
commit2adf4a90ad79754d52126e7988769580d20501c3 (patch)
tree75b01fce6bf92c435274b68f5935ccf819864c67 /src/lib/bench
parent[master] use freeaddrinfo to free an addrinfo structure, not free. (diff)
downloadkea-2adf4a90ad79754d52126e7988769580d20501c3.tar.xz
kea-2adf4a90ad79754d52126e7988769580d20501c3.zip
[trac1091] don't install the unittest libraries
and while here also only build when the "make check" target is used; since we already require --with-gtest maybe this step is not of much interest.
Diffstat (limited to 'src/lib/bench')
-rw-r--r--src/lib/bench/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/bench/tests/Makefile.am b/src/lib/bench/tests/Makefile.am
index 3f8a67863b..2a6e2c66ce 100644
--- a/src/lib/bench/tests/Makefile.am
+++ b/src/lib/bench/tests/Makefile.am
@@ -22,6 +22,6 @@ run_unittests_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la
run_unittests_LDADD += $(GTEST_LDADD)
endif
-noinst_PROGRAMS = $(TESTS)
+check_PROGRAMS = $(TESTS)
EXTRA_DIST = testdata/query.txt