diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c68b2ace33..8a29c15277 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 |