From: Craig Small Date: Mon, 25 Mar 2013 10:46:17 +0000 (+1100) Subject: Conditionally test kill when we compile it X-Git-Tag: v3.3.7~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0696570a9460e9600e37c4bd808bf2b7c3953fd7;p=procps-ng Conditionally test kill when we compile it --- diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index ec756e7e..84e7fbac 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -13,11 +13,14 @@ if LINUX # temporarily disabled on other than linux systems, see commit # 3d807ae853b8b4264da156065b34f1447658a8ba DEJATOOL += \ - kill \ pmap \ slabtop \ sysctl +if BUILD_KILL +DEJATOOL += kill +endif + DEJATOOL += \ free \ lib \