mirror of
https://github.com/systemd/systemd.git
synced 2024-11-30 13:53:39 +08:00
build-sys: execute test programs with 'make check'
This commit is contained in:
parent
0eaeca1f23
commit
e0eaab7cd1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user