chiark / gitweb /
build-sys: execute test programs with 'make check'
authorKay Sievers <kay@vrfy.org>
Fri, 13 Apr 2012 11:21:20 +0000 (13:21 +0200)
committerKay Sievers <kay@vrfy.org>
Fri, 13 Apr 2012 11:21:20 +0000 (13:21 +0200)
Makefile.am

index c68b2ace339f7eeca802e32c90443f5676a15856..8a29c15277c6ab7c7bcfe36c11013df982fa2ecd 100644 (file)
@@ -869,6 +869,11 @@ check_PROGRAMS += \
        test-install \
        test-watchdog
 
        test-install \
        test-watchdog
 
+TESTS += \
+       test-job-type \
+       test-env-replace \
+       test-strv
+
 test_engine_SOURCES = \
        src/test/test-engine.c
 
 test_engine_SOURCES = \
        src/test/test-engine.c
 
@@ -1927,6 +1932,9 @@ test_id128_LDADD = \
 check_PROGRAMS += \
        test-id128
 
 check_PROGRAMS += \
        test-id128
 
+TESTS += \
+       test-id128
+
 pkginclude_HEADERS += \
        src/systemd/sd-id128.h
 
 pkginclude_HEADERS += \
        src/systemd/sd-id128.h