xref: /linux-6.15/tools/testing/selftests/futex/functional/Makefile (revision 88baa78d)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1INCLUDES := -I../include -I../../
2CFLAGS := $(CFLAGS) -g -O2 -Wall -D_GNU_SOURCE -pthread $(INCLUDES)
3LDFLAGS := $(LDFLAGS) -pthread -lrt
4
5HEADERS := ../include/futextest.h
6TEST_GEN_FILES := \
7	futex_wait_timeout \
8	futex_wait_wouldblock \
9	futex_requeue_pi \
10	futex_requeue_pi_signal_restart \
11	futex_requeue_pi_mismatched_ops \
12	futex_wait_uninitialized_heap \
13	futex_wait_private_mapped_file
14
15TEST_PROGS := run.sh
16
17include ../../lib.mk
18
19$(TEST_GEN_FILES): $(HEADERS)
20

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026