From 0696570a9460e9600e37c4bd808bf2b7c3953fd7 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 25 Mar 2013 21:46:17 +1100 Subject: [PATCH] Conditionally test kill when we compile it --- testsuite/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 \