From e0eaab7cd1e8282be3061b1fa8bab9012708b010 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 13 Apr 2012 13:21:20 +0200 Subject: [PATCH] build-sys: execute test programs with 'make check' --- Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile.am b/Makefile.am index c68b2ace3..8a29c1527 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 -- 2.30.2