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