mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 14:25:41 +00:00
[rt25901_atf] common/tests/Makefile.am improvements
make check no longer tries to run atf when ATF was not enabled (make check target does not make much sense with tests disabled, but it shouldn't fail complaining about missing atf-run)
This commit is contained in:
@@ -14,9 +14,9 @@ alloc_unittest_LDADD += ../libdhcp.a \
|
||||
../../omapip/libomapi.a ../../bind/lib/libdns.a \
|
||||
../../bind/lib/libisc.a
|
||||
|
||||
endif
|
||||
|
||||
check: $(ATF_TESTS)
|
||||
atf-run | atf-report
|
||||
|
||||
endif
|
||||
|
||||
check_PROGRAMS = $(ATF_TESTS)
|
||||
|
Reference in New Issue
Block a user