xref: /third_party/ltp/testcases/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/testcases/
1f08c3bdfSopenharmony_ci# SPDX-License-Identifier: GPL-2.0-or-later
2f08c3bdfSopenharmony_ci# Copyright (C) 2009, Cisco Systems Inc.
3f08c3bdfSopenharmony_ci# Ngie Cooper, July 2009
4f08c3bdfSopenharmony_ci
5f08c3bdfSopenharmony_citop_srcdir		?= ..
6f08c3bdfSopenharmony_ci
7f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/env_pre.mk
8f08c3bdfSopenharmony_ci
9f08c3bdfSopenharmony_ci# XXX (garrcoop):
10f08c3bdfSopenharmony_ci# kdump shouldn't be compiled by default, because it's runtime based and will
11f08c3bdfSopenharmony_ci# crash the build host (the tests need to be fixed to just build, not run).
12f08c3bdfSopenharmony_ciFILTER_OUT_DIRS		:= kdump
13f08c3bdfSopenharmony_ci
14f08c3bdfSopenharmony_ciifneq ($(WITH_OPEN_POSIX_TESTSUITE),yes)
15f08c3bdfSopenharmony_ciFILTER_OUT_DIRS		+= open_posix_testsuite
16f08c3bdfSopenharmony_ciendif
17f08c3bdfSopenharmony_ci
18f08c3bdfSopenharmony_ciifneq ($(WITH_REALTIME_TESTSUITE),yes)
19f08c3bdfSopenharmony_ciFILTER_OUT_DIRS		+= realtime
20f08c3bdfSopenharmony_ciendif
21f08c3bdfSopenharmony_ci
22f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/generic_trunk_target.mk
23

Indexes created Thu Nov 07 10:32:03 CST 2024