From: Tomek Mrugalski Date: Tue, 14 Aug 2012 13:42:20 +0000 (+0200) Subject: [rt25901_atf] common/tests/Makefile.am improvements X-Git-Tag: v4_3_0a1~74^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96356187b86a9c3116e7cc67c64be4c43540de09;p=thirdparty%2Fdhcp.git [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) --- diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am index a389c4137..858082717 100644 --- a/common/tests/Makefile.am +++ b/common/tests/Makefile.am @@ -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)