xref: /third_party/ltp/lib/newlib_tests/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/lib/newlib_tests/
1# SPDX-License-Identifier: GPL-2.0-or-later
2top_srcdir		?= ../..
3
4include $(top_srcdir)/include/mk/env_pre.mk
5
6CFLAGS			+= -W -Wall
7LDLIBS			+= -lltp
8
9test08 test09 test15 tst_fuzzy_sync01 tst_fuzzy_sync02 tst_fuzzy_sync03: CFLAGS += -pthread
10tst_expiration_timer tst_fuzzy_sync01 tst_fuzzy_sync02 tst_fuzzy_sync03: LDLIBS += -lrt
11
12ifeq ($(ANDROID),1)
13FILTER_OUT_MAKE_TARGETS	+= test08
14endif
15
16
17include $(top_srcdir)/include/mk/generic_leaf_target.mk
18

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