]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[rt25901_atf] common/tests/Makefile.am improvements
authorTomek Mrugalski <tomasz@isc.org>
Tue, 14 Aug 2012 13:42:20 +0000 (15:42 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 14 Aug 2012 13:42:20 +0000 (15:42 +0200)
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)

common/tests/Makefile.am

index a389c4137c1c116a822f93cc4f37f0edf535a144..8580827177a20a95a68c22580fc4d4b7e1d84e03 100644 (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)