[systemd-commits] Makefile.am

Kay Sievers kay at kemper.freedesktop.org
Fri Apr 13 04:21:59 PDT 2012


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

New commits:
commit e0eaab7cd1e8282be3061b1fa8bab9012708b010
Author: Kay Sievers <kay at vrfy.org>
Date:   Fri Apr 13 13:21:20 2012 +0200

    build-sys: execute test programs with 'make check'

diff --git a/Makefile.am b/Makefile.am
index c68b2ac..8a29c15 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -869,6 +869,11 @@ check_PROGRAMS += \
 	test-install \
 	test-watchdog
 
+TESTS += \
+	test-job-type \
+	test-env-replace \
+	test-strv
+
 test_engine_SOURCES = \
 	src/test/test-engine.c
 
@@ -1927,6 +1932,9 @@ test_id128_LDADD = \
 check_PROGRAMS += \
 	test-id128
 
+TESTS += \
+	test-id128
+
 pkginclude_HEADERS += \
 	src/systemd/sd-id128.h
 



More information about the systemd-commits mailing list