mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 06:52:22 +03:00
Merge pull request #2152 from evverx/respect-disable-tests
build-sys: fix --disable-tests
This commit is contained in:
commit
dc0306aac4
@ -3744,6 +3744,7 @@ EXTRA_DIST += \
|
||||
hwdb/sdio.ids
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
if ENABLE_TESTS
|
||||
TESTS += \
|
||||
test/udev-test.pl
|
||||
|
||||
@ -3756,6 +3757,7 @@ TESTS += \
|
||||
test/sysv-generator-test.py
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
manual_tests += \
|
||||
test-libudev \
|
||||
@ -3775,8 +3777,10 @@ test_udev_LDADD = \
|
||||
$(BLKID_LIBS) \
|
||||
$(KMOD_LIBS)
|
||||
|
||||
if ENABLE_TESTS
|
||||
check_DATA += \
|
||||
test/sys
|
||||
endif
|
||||
|
||||
# packed sysfs test tree
|
||||
test/sys:
|
||||
|
Loading…
Reference in New Issue
Block a user