summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index d35231c..eea5aae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -170,14 +170,12 @@ endif
TESTS = $(built_test_programs)
-check_PROGRAMS = \
- $(built_test_programs) \
- exec-fd-leak-checker
-
noinst_PROGRAMS = \
+ $(built_test_programs) \
+ exec-fd-leak-checker \
fixed-benchmark
-check_LTLIBRARIES = libtest-runner.la
+noinst_LTLIBRARIES += libtest-runner.la
libtest_runner_la_SOURCES = \
tests/test-runner.c \