summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-07-13 13:50:39 +0200
committerLennart Poettering <lennart@poettering.net>2012-07-13 13:50:39 +0200
commit95ea1b90cc61f464f3b9bc147119dee4ba9620b8 (patch)
tree48082aeaea9c8c78a058f8ff75be2482e9036df1 /Makefile.am
parentb7def684941808600c344f0be7a2b9fcdda97e0f (diff)
test: hook up more tests with make check
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e688aae3b6..362c4661d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -994,7 +994,8 @@ noinst_PROGRAMS += \
TESTS += \
test-job-type \
test-env-replace \
- test-strv
+ test-strv \
+ test-unit-name
test_engine_SOURCES = \
src/test/test-engine.c
@@ -2333,6 +2334,11 @@ noinst_PROGRAMS += \
test-journal-match \
test-journal-stream
+TESTS += \
+ test-journal
+ test-journal-match \
+ test-journal-stream
+
pkginclude_HEADERS += \
src/systemd/sd-journal.h \
src/systemd/sd-messages.h