From 134953c99c7441c4fa2d8000face10608f8832ec Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 26 Feb 2016 09:10:48 -0500 Subject: Enable test-daemon, test-log, test-watchdog by default Those should be safe to run, resulting in some messages in logs. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0ee52324a3..c6f6bc5d37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1388,11 +1388,8 @@ EXTRA_DIST += \ manual_tests += \ test-ns \ test-hostname \ - test-daemon \ test-cgroup \ test-install \ - test-watchdog \ - test-log \ test-ipcrm \ test-btrfs \ test-acd \ @@ -1410,8 +1407,11 @@ manual_tests += \ endif tests += \ + test-daemon \ + test-log \ test-loopback \ test-engine \ + test-watchdog \ test-cgroup-mask \ test-job-type \ test-env-replace \ -- cgit v1.2.3-54-g00ecf