| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 | # uClibc NPTL tests# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.TESTS := tst-align tst-align2 tst-atfork1 tst-attr1 tst-attr2 tst-attr3	\	tst-barrier1 tst-barrier2 tst-barrier3 tst-barrier4 tst-basic1	\	tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6		\	tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel6 tst-cancel7	\	tst-cancel8 tst-cancel9 tst-cancel10 tst-cancel11 tst-cancel12	\	tst-cancel13 tst-cancel14 tst-cancel15 tst-cancel16		\	tst-cancel19 tst-cancel20 tst-cancel21 tst-cancel22		\	tst-cleanup0 tst-cleanup1 tst-cleanup2 tst-cleanup3		\	tst-cleanup4 tst-clock1 tst-clock2 tst-cond1 tst-cond2		\	tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 tst-cond8	\	tst-cond9 tst-cond10 tst-cond11 tst-cond12 tst-cond13		\	tst-cond14 tst-cond15 tst-cond16 tst-cond17 tst-cond18		\	tst-cond19 tst-cond20 tst-cond21 tst-detach1 tst-eintr1		\	tst-eintr2 tst-eintr3 tst-eintr4 tst-eintr5 tst-exec2 tst-exec3	\	tst-exec4 tst-exit1 tst-exit2 tst-exit3 tst-flock1 tst-flock2	\	tst-fork1 tst-fork2 tst-fork3 tst-fork4 tst-initializers1	\	tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 tst-key1	\	tst-key2 tst-key3 tst-key4 tst-kill1 tst-kill2 tst-kill3	\	tst-kill4 tst-kill5 tst-kill6 tst-mutex1 tst-mutex2 tst-mutex3	\	tst-mutex4 tst-mutex5 tst-mutex6 tst-mutex7 tst-mutex8		\	tst-mutex9 tst-mutex5a tst-mutex7a tst-once1 tst-once2		\	tst-once3 tst-once4 tst-popen1 tst-raise1 tst-rwlock1		\	tst-rwlock2 tst-rwlock3 tst-rwlock4 tst-rwlock5 tst-rwlock6	\	tst-rwlock7 tst-rwlock8 tst-rwlock9 tst-rwlock10 tst-rwlock11	\	tst-rwlock12 tst-rwlock13 tst-rwlock14 tst-sched1 tst-sem1	\	tst-sem2 tst-sem3 tst-sem4 tst-sem5 tst-sem6 tst-sem7 tst-sem8	\	tst-sem9 tst-signal1 tst-signal2 tst-signal3 tst-signal4	\	tst-signal5 tst-signal6 tst-spin1 tst-spin2 tst-spin3		\	tst-stack1 tst-stack2 tst-stdio1 tst-stdio2 tst-sysconf		\	tst-tls1 tst-tls2 tst-tls3 tst-tls4 tst-tls5 tst-tsd1 tst-tsd2	\	tst-tsd3 tst-tsd4 tst-tsd5 tst-umask1 \	tst-align3 tst-cancel4 tst-cancel5 tst-cancel18 tst-cancel23 \	tst-cancel25 tst-cancelx2 tst-cancelx3 tst-cancelx4 tst-cancelx6 \	tst-cancelx7 tst-cancelx8 tst-cancelx9 tst-cancelx10 tst-cancelx11 \	tst-cancelx12 tst-cancelx13 tst-cancelx14 tst-cancelx15 tst-cancelx16 \	tst-cancelx18 tst-cancelx20 tst-cancelx21 tst-cleanupx0 tst-cleanupx1 \	tst-cleanupx2 tst-cleanupx3 tst-cleanupx4 tst-cond22 tst-cond23 \	tst-dlsym1 tst-getpid1 tst-getpid2 tst-getpid3 tst-join6 tst-tsd6 \	tst-oddstacklimit tst-oncex3 tst-oncex4 tst-rwlock2a  \	tst-basic7 tst-fini1 tst-signal7 \	tst-unload tst-vfork1x tst-vfork2x tst-sem10 tst-sem11 tst-sem12 \	tst-typesizes tst-initializers1-c89 tst-initializers1-c99 \	tst-initializers1-gnu89 tst-initializers1-gnu99## These are for the RT library and POSIX timers.#TESTS += tst-clock tst-clock_nanosleep tst-cpuclock1 tst-cpuclock2	\	tst-cputimer1 tst-cputimer2 tst-cputimer3 tst-mqueue1		\	tst-mqueue2 tst-mqueue3 tst-mqueue4 tst-mqueue5 tst-mqueue6	\	tst-mqueue7 tst-mqueue8 tst-mqueue9 tst-timer2 tst-timer3	\	tst-timer4 tst-timer5ifeq ($(UCLIBC_HAS_OBSOLETE_BSD_SIGNAL),)TESTS_DISABLED += tst-exec2 tst-exec3 tst-exec4endififeq ($(UCLIBC_SUSV4_LEGACY),)TESTS_DISABLED += tst-basic5endifGLIBC_TESTS_DISABLED := tst-eintr1_glibc tst-eintr2_glibc \	tst-eintr3_glibc tst-eintr4_glibc tst-eintr5_glibc \	tst-tls1_glibc tst-tls2_glibcifeq ($(HAVE_SHARED),)TESTS_DISABLED += tst-tls3 tst-tls4 tst-tls5elseGLIBC_TESTS_DISABLED += tst-tls3_glibc tst-tls4_glibc tst-tls5_glibcendifPTDIR := $(top_builddir)libpthread/nptlSYSDEPS_DIR := $(top_srcdir)libc/sysdepsEXTRA_CFLAGS := -DNOT_IN_libc=1 -D_LIBC -D__USE_GNU -std=gnu99 \	-I$(SYSDEPS_DIR)/linux \	-I$(SYSDEPS_DIR)/linux/$(TARGET_ARCH) \	-I$(PTDIR) -I$(PTDIR)/sysdeps/unix/sysv/linux/$(TARGET_ARCH)	\	-I$(PTDIR)/sysdeps/$(TARGET_ARCH)				\	-I$(PTDIR)/sysdeps/unix/sysv/linux				\	-I$(PTDIR)/sysdeps/pthread					\	-I$(PTDIR)/sysdeps/pthread/bits					\	-I$(PTDIR)/sysdeps/generic					\	-I$(top_builddir)ldso/include					\	-I$(top_builddir)ldso/ldso/$(TARGET_ARCH)			\	-I$(top_builddir)include					\	-include $(top_builddir)include/libc-symbols.hifeq ($(TARGET_ARCH),i386)CFLAGS_tst-align := -malign-double -mpreferred-stack-boundary=4endififeq ($(TARGET_ARCH),i686)CFLAGS_tst-align := -malign-double -mpreferred-stack-boundary=4 -msseendifCFLAGS_tst-cleanup4aux.o := -WCFLAGS_tst-initializers1 := -W -WerrorCFLAGS_tst-tls3mod.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libcCFLAGS_tst-tls4moda.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libcCFLAGS_tst-tls4modb.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libcCFLAGS_tst-tls5mod.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libcCFLAGS_tst-tls5moda.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libcCFLAGS_tst-tls5modb.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libcCFLAGS_tst-tls5modc.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libcCFLAGS_tst-tls5modd.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libcCFLAGS_tst-tls5mode.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libcCFLAGS_tst-tls5modf.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libcCFLAGS_tst-fini1mod.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libcLDFLAGS_tst-cond11 = -lrtLDFLAGS_tst-cond19 = -lrtLDFLAGS_tst-cancel18 = -lrtLDFLAGS_tst-cancelx18 = -lrtLDFLAGS_tst-clock2 = -lrtLDFLAGS_tst-rwlock14 = -lrtLDFLAGS_tst-fini1 = -Wl,-rpath=./ tst-fini1mod.soLDFLAGS_tst-fini1mod.so = -Wl,-soname=tst-fini1mod.soLDFLAGS_tst-unload = -ldlLDFLAGS_tst-cancel5 := -lpthread -lpthread_nonsharedLDFLAGS_tst-cancel23 := -lc -lpthreadLDFLAGS_tst-vfork1x := -lc -lpthreadLDFLAGS_tst-vfork2x := -lc -lpthreadCFLAGS_tst-cancelx2 += -fexceptionsCFLAGS_tst-cancelx3 += -fexceptionsCFLAGS_tst-cancelx4 += -fexceptionsCFLAGS_tst-cancelx6 += -fexceptionsCFLAGS_tst-cancelx7 += -fexceptionsCFLAGS_tst-cancelx8 += -fexceptionsCFLAGS_tst-cancelx9 += -fexceptionsCFLAGS_tst-cancelx10 += -fexceptionsCFLAGS_tst-cancelx11 += -fexceptionsCFLAGS_tst-cancelx12 += -fexceptionsCFLAGS_tst-cancelx13 += -fexceptionsCFLAGS_tst-cancelx14 += -fexceptionsCFLAGS_tst-cancelx15 += -fexceptionsCFLAGS_tst-cancelx16 += -fexceptionsCFLAGS_tst-cancelx18 += -fexceptionsCFLAGS_tst-cancelx20 += -fexceptions -fasynchronous-unwind-tablesCFLAGS_tst-cancelx21 += -fexceptions -fasynchronous-unwind-tablesCFLAGS_tst-cleanupx0 += -fexceptions -fasynchronous-unwind-tablesCFLAGS_tst-cleanupx1 += -fexceptions -fasynchronous-unwind-tablesCFLAGS_tst-cleanupx2 += -fexceptionsCFLAGS_tst-cleanupx3 += -fexceptionsCFLAGS_tst-oncex3 += -fexceptionsCFLAGS_tst-oncex4 += -fexceptionsCFLAGS_tst-align += $(stack-align-test-flags)CFLAGS_tst-align3 += $(stack-align-test-flags)CFLAGS_tst-initializers1 = -W -Wall -WerrorCFLAGS_tst-sem11 += -fexceptions -fasynchronous-unwind-tablesCFLAGS_tst-sem12 += -fexceptions -fasynchronous-unwind-tablesCFLAGS_tst-initializers1 = -W -Wall -WerrorCFLAGS_tst-initializers1-c89 = $(CFLAGS-tst-initializers1) -std=c89CFLAGS_tst-initializers1-c99 = $(CFLAGS-tst-initializers1) -std=c99CFLAGS_tst-initializers1-gnu89 = $(CFLAGS-tst-initializers1) -std=gnu89CFLAGS_tst-initializers1-gnu99 = $(CFLAGS-tst-initializers1) -std=gnu99EXTRA_LDFLAGS = $(if $(findstring -lpthread,$(LDFLAGS_$@)),,-lpthread)LDFLAGS_tst-cleanup4 := tst-cleanup4aux.oLDFLAGS_tst-cleanupx4 := tst-cleanup4aux.oLDFLAGS_tst-clock2 := -lrtLDFLAGS_tst-cond11 := -lrtLDFLAGS_tst-cond19 := -lrtLDFLAGS_tst-rwlock14 := -lrtLDFLAGS_tst-tls3 := -ldl -rdynamicLDFLAGS_tst-tls4 := -ldlLDFLAGS_tst-tls5 :=  tst-tls5mod.soLDFLAGS_tst-clock := -lrtLDFLAGS_tst-clock_nanosleep := -lrtLDFLAGS_tst-cpuclock1 := -lrtLDFLAGS_tst-cpuclock2 := -lrt -lpthreadLDFLAGS_tst-cputimer1 := -lrt -lpthreadLDFLAGS_tst-cputimer2 := -lrt -lpthreadLDFLAGS_tst-cputimer3 := -lrt -lpthreadLDFLAGS_tst-mqueue1 := -lrtLDFLAGS_tst-mqueue2 := -lrtLDFLAGS_tst-mqueue3 := -lrt -lpthreadLDFLAGS_tst-mqueue4 := -lrtLDFLAGS_tst-mqueue5 := -lrt -lpthreadLDFLAGS_tst-mqueue6 := -lrt -lpthreadLDFLAGS_tst-mqueue7 := -lrtLDFLAGS_tst-mqueue8 := -lrtLDFLAGS_tst-mqueue9 := -lrtLDFLAGS_tst-timer2 := -lrt -lpthreadLDFLAGS_tst-timer3 := -lrt -lpthreadLDFLAGS_tst-timer4 := -lrt -lpthreadLDFLAGS_tst-timer5 := -lrt -lpthreadLDFLAGS_tst-dlsym1 := -ldl -rdynamicLDFLAGS_tst-tls3mod.so := -shared -static-libgcc -lpthreadLDFLAGS_tst-tls4moda.so := -shared -static-libgccLDFLAGS_tst-tls4modb.so := -shared -static-libgccLDFLAGS_tst-tls5mod.so := -shared -static-libgcc -Wl,-soname,tst-tls5mod.soLDFLAGS_tst-tls5moda.so := -shared -static-libgccLDFLAGS_tst-tls5modb.so := -shared -static-libgccLDFLAGS_tst-tls5modc.so := -shared -static-libgccLDFLAGS_tst-tls5modd.so := -shared -static-libgccLDFLAGS_tst-tls5mode.so := -shared -static-libgccLDFLAGS_tst-tls5modf.so := -shared -static-libgccLDFLAGS_tst-cleanupx4 := tst-cleanup4aux.o## Special case#tst-cleanup4aux.o:	$(Q)$(CC) $(CFLAGS) $(CFLAGS_$@) $(EXTRA_CFLAGS) -c tst-cleanup4aux.c -o $@tst-cleanup4: tst-cleanup4aux.otst-tls3: tst-tls3mod.sotst-tls4: tst-tls4moda.so tst-tls4modb.sotst-tls5: tst-tls5mod.sotst-cleanupx4 : tst-cleanup4aux.otst-fini1: tst-fini1mod.soOPTS_tst-cancel7 = --command ./tst-cancel7OPTS_tst-mqueue7 = -- ./tst-mqueue7OPTS_tst-exec4 = ./tst-exec4RET_tst-clock2 := 1RET_tst-cputimer1 := 1RET_tst-cputimer2 := 1RET_tst-cputimer3 := 1WRAPPER := env LD_LIBRARY_PATH="$$PWD:.:$(LD_LIBRARY_PATH)" TIMEOUTFACTOR=100
 |