summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-03-01 21:50:41 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-03-04 21:45:45 -0500
commitce1e49c3d6ffd1067e04f26abc9dcd6ce9bc1401 (patch)
tree2a12495433a8c9e5892803b79e3e998abc811328 /Makefile.am
parent301a9c67aaad103a5fb0cd06d775ded208220f49 (diff)
test-journal-enum: enable by default
It will get at most ten values, I don't know why we wouldn't always run this test.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 270f09641b..04553d81b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4123,11 +4123,9 @@ catalog-remove-hook:
UNINSTALL_DATA_HOOKS += \
catalog-remove-hook
-manual_tests += \
- test-journal-enum
-
tests += \
test-journal \
+ test-journal-enum \
test-journal-send \
test-journal-syslog \
test-journal-match \