1# SPDX-License-Identifier: GPL-2.0-or-later 2# Copyright (c) International Business Machines Corp., 2001 3 4top_srcdir ?= ../../../.. 5 6include $(top_srcdir)/include/mk/testcases.mk 7 8# - ptrace06 is a broken test ; it hangs the target consistently, chewing up 9# CPU. See: `Issue 3 - ptrace06 hung for 7 hours' -- 10# http://sourceforge.net/mailarchive/forum.php?thread_name=364299f40910062300s65c43c93w9cccdfe8835c2334%40mail.gmail.com&forum_name=ltp-list 11# - simple_tracer is a utility that Mike Frysinger added that shouldn't be 12# compiled by default: 13# 14# gcc -g -O2 -g -O2 -fno-strict-aliasing -pipe -Wall 15# -I//scratch/ltp-install6/include -I../../../../include 16# -L//scratch/ltp-install6/lib simple_tracer.c -laio -lltp -o 17# simple_tracer 18# In file included from simple_tracer.c:25: 19# syscalls.h:6:23: error: _syscalls.h: No such file or directory 20# make[4]: *** [simple_tracer] Error 1 21# make[4]: Leaving directory 22# `/scratch/ltp-dev2/ltp/testcases/kernel/syscalls/ptrace' 23# make[3]: *** [all] Error 2 24# make[3]: Leaving directory `/scratch/ltp-dev2/ltp/testcases/kernel/syscalls' 25# make[2]: *** [all] Error 2 26# make[2]: Leaving directory `/scratch/ltp-dev2/ltp/testcases/kernel' 27# make[1]: *** [all] Error 2 28# make[1]: Leaving directory `/scratch/ltp-dev2/ltp/testcases' 29# make: *** [testcases-all] Error 2 30# 31 32FILTER_OUT_MAKE_TARGETS := ptrace06 simple_tracer 33 34include $(top_srcdir)/include/mk/generic_leaf_target.mk 35