2
0
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:
Tomek Mrugalski
2012-08-14 15:42:20 +02:00
parent 0b483f01af
commit 96356187b8

View File

@@ -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)