[systemd-commits] Makefile.am

Lennart Poettering lennart at kemper.freedesktop.org
Mon Sep 24 01:21:35 PDT 2012


 Makefile.am |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 8e41de0d2c468b8a351775b431b9d21f42dd7aaa
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Sep 24 10:19:23 2012 +0200

    Revert "comment out uncommitted test source code"
    
    This reverts commit b8bc868009372deb2f30263322572723e5968842.
    
    Added the test file now.

diff --git a/Makefile.am b/Makefile.am
index 8265927..3ccd0fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2584,15 +2584,15 @@ noinst_PROGRAMS += \
 	test-journal-send \
 	test-journal-match \
 	test-journal-stream \
-	test-journal-verify
-#	test-mmap-cache
+	test-journal-verify \
+	test-mmap-cache
 
 TESTS += \
 	test-journal \
 	test-journal-match \
 	test-journal-stream \
-	test-journal-verify
-#	test-mmap-cache
+	test-journal-verify \
+	test-mmap-cache
 
 pkginclude_HEADERS += \
 	src/systemd/sd-journal.h \



More information about the systemd-commits mailing list