Makefile.in 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. # uClibc NPTL tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. TESTS := tst-align tst-align2 tst-atfork1 tst-attr1 tst-attr2 tst-attr3 \
  4. tst-barrier1 tst-barrier2 tst-barrier3 tst-barrier4 tst-basic1 \
  5. tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \
  6. tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel6 tst-cancel7 \
  7. tst-cancel8 tst-cancel9 tst-cancel10 tst-cancel11 tst-cancel12 \
  8. tst-cancel13 tst-cancel14 tst-cancel15 tst-cancel16 \
  9. tst-cancel19 tst-cancel20 tst-cancel21 tst-cancel22 \
  10. tst-cleanup0 tst-cleanup1 tst-cleanup2 tst-cleanup3 \
  11. tst-cleanup4 tst-clock1 tst-clock2 tst-cond1 tst-cond2 \
  12. tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 tst-cond8 \
  13. tst-cond9 tst-cond10 tst-cond11 tst-cond12 tst-cond13 \
  14. tst-cond14 tst-cond15 tst-cond16 tst-cond17 tst-cond18 \
  15. tst-cond19 tst-cond20 tst-cond21 tst-detach1 tst-eintr1 \
  16. tst-eintr2 tst-eintr3 tst-eintr4 tst-eintr5 tst-exec2 tst-exec3 \
  17. tst-exec4 tst-exit1 tst-exit2 tst-exit3 tst-flock1 tst-flock2 \
  18. tst-fork1 tst-fork2 tst-fork3 tst-fork4 tst-initializers1 \
  19. tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 tst-key1 \
  20. tst-key2 tst-key3 tst-key4 tst-kill1 tst-kill2 tst-kill3 \
  21. tst-kill4 tst-kill5 tst-kill6 tst-mutex1 tst-mutex2 tst-mutex3 \
  22. tst-mutex4 tst-mutex5 tst-mutex6 tst-mutex7 tst-mutex8 \
  23. tst-mutex9 tst-mutex5a tst-mutex7a tst-once1 tst-once2 \
  24. tst-once3 tst-once4 tst-popen1 tst-raise1 tst-rwlock1 \
  25. tst-rwlock2 tst-rwlock3 tst-rwlock4 tst-rwlock5 tst-rwlock6 \
  26. tst-rwlock7 tst-rwlock8 tst-rwlock9 tst-rwlock10 tst-rwlock11 \
  27. tst-rwlock12 tst-rwlock13 tst-rwlock14 tst-sched1 tst-sem1 \
  28. tst-sem2 tst-sem3 tst-sem4 tst-sem5 tst-sem6 tst-sem7 tst-sem8 \
  29. tst-sem9 tst-signal1 tst-signal2 tst-signal3 tst-signal4 \
  30. tst-signal5 tst-signal6 tst-spin1 tst-spin2 tst-spin3 \
  31. tst-stack1 tst-stack2 tst-stdio1 tst-stdio2 tst-sysconf \
  32. tst-tls1 tst-tls2 tst-tls3 tst-tls4 tst-tls5 tst-tsd1 tst-tsd2 \
  33. tst-tsd3 tst-tsd4 tst-tsd5 tst-umask1
  34. #
  35. # These are for the RT library and POSIX timers.
  36. #
  37. TESTS += tst-clock tst-clock_nanosleep tst-cpuclock1 tst-cpuclock2 \
  38. tst-cputimer1 tst-cputimer2 tst-cputimer3 tst-mqueue1 \
  39. tst-mqueue2 tst-mqueue3 tst-mqueue4 tst-mqueue5 tst-mqueue6 \
  40. tst-mqueue7 tst-mqueue8 tst-mqueue9 tst-timer2 tst-timer3 \
  41. tst-timer4 tst-timer5
  42. ifeq ($(UCLIBC_HAS_OBSOLETE_BSD_SIGNAL),)
  43. TESTS_DISABLED += tst-exec2 tst-exec3 tst-exec4
  44. endif
  45. ifeq ($(UCLIBC_SUSV4_LEGACY),)
  46. TESTS_DISABLED += tst-basic5
  47. endif
  48. GLIBC_TESTS_DISABLED := tst-eintr1_glibc tst-eintr2_glibc \
  49. tst-eintr3_glibc tst-eintr4_glibc tst-eintr5_glibc \
  50. tst-tls1_glibc tst-tls2_glibc
  51. ifeq ($(HAVE_SHARED),)
  52. TESTS_DISABLED += tst-tls3 tst-tls4 tst-tls5
  53. else
  54. GLIBC_TESTS_DISABLED += tst-tls3_glibc tst-tls4_glibc tst-tls5_glibc
  55. endif
  56. PTDIR := $(top_builddir)libpthread/nptl
  57. SYSDEPS_DIR := $(top_srcdir)libc/sysdeps
  58. EXTRA_CFLAGS := -DNOT_IN_libc=1 -D_LIBC -D__USE_GNU -std=gnu99 \
  59. -I$(SYSDEPS_DIR)/linux \
  60. -I$(SYSDEPS_DIR)/linux/$(TARGET_ARCH) \
  61. -I$(PTDIR) -I$(PTDIR)/sysdeps/unix/sysv/linux/$(TARGET_ARCH) \
  62. -I$(PTDIR)/sysdeps/$(TARGET_ARCH) \
  63. -I$(PTDIR)/sysdeps/unix/sysv/linux \
  64. -I$(PTDIR)/sysdeps/pthread \
  65. -I$(PTDIR)/sysdeps/pthread/bits \
  66. -I$(PTDIR)/sysdeps/generic \
  67. -I$(top_builddir)ldso/include \
  68. -I$(top_builddir)ldso/ldso/$(TARGET_ARCH) \
  69. -I$(top_builddir)include \
  70. -include $(top_builddir)include/libc-symbols.h
  71. ifeq ($(TARGET_ARCH),i386)
  72. CFLAGS_tst-align := -malign-double -mpreferred-stack-boundary=4
  73. endif
  74. ifeq ($(TARGET_ARCH),i686)
  75. CFLAGS_tst-align := -malign-double -mpreferred-stack-boundary=4 -msse
  76. endif
  77. CFLAGS_tst-cleanup4aux.o := -W
  78. CFLAGS_tst-initializers1 := -W -Werror
  79. CFLAGS_tst-tls3mod.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libc
  80. CFLAGS_tst-tls4moda.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libc
  81. CFLAGS_tst-tls4modb.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libc
  82. CFLAGS_tst-tls5mod.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libc
  83. CFLAGS_tst-tls5moda.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libc
  84. CFLAGS_tst-tls5modb.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libc
  85. CFLAGS_tst-tls5modc.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libc
  86. CFLAGS_tst-tls5modd.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libc
  87. CFLAGS_tst-tls5mode.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libc
  88. CFLAGS_tst-tls5modf.so := -fPIC -DPIC -DSHARED -shared -DNOT_IN_libc
  89. EXTRA_LDFLAGS = $(if $(findstring -lpthread,$(LDFLAGS_$@)),,-lpthread)
  90. LDFLAGS_tst-cleanup4 := tst-cleanup4aux.o
  91. LDFLAGS_tst-clock2 := -lrt
  92. LDFLAGS_tst-cond11 := -lrt
  93. LDFLAGS_tst-cond19 := -lrt
  94. LDFLAGS_tst-rwlock14 := -lrt
  95. LDFLAGS_tst-tls3 := -ldl -rdynamic
  96. LDFLAGS_tst-tls4 := -ldl
  97. LDFLAGS_tst-tls5 := tst-tls5mod.so
  98. LDFLAGS_tst-clock := -lrt
  99. LDFLAGS_tst-clock_nanosleep := -lrt
  100. LDFLAGS_tst-cpuclock1 := -lrt
  101. LDFLAGS_tst-cpuclock2 := -lrt -lpthread
  102. LDFLAGS_tst-cputimer1 := -lrt -lpthread
  103. LDFLAGS_tst-cputimer2 := -lrt -lpthread
  104. LDFLAGS_tst-cputimer3 := -lrt -lpthread
  105. LDFLAGS_tst-mqueue1 := -lrt
  106. LDFLAGS_tst-mqueue2 := -lrt
  107. LDFLAGS_tst-mqueue3 := -lrt -lpthread
  108. LDFLAGS_tst-mqueue4 := -lrt
  109. LDFLAGS_tst-mqueue5 := -lrt -lpthread
  110. LDFLAGS_tst-mqueue6 := -lrt -lpthread
  111. LDFLAGS_tst-mqueue7 := -lrt
  112. LDFLAGS_tst-mqueue8 := -lrt
  113. LDFLAGS_tst-mqueue9 := -lrt
  114. LDFLAGS_tst-timer2 := -lrt -lpthread
  115. LDFLAGS_tst-timer3 := -lrt -lpthread
  116. LDFLAGS_tst-timer4 := -lrt -lpthread
  117. LDFLAGS_tst-timer5 := -lrt -lpthread
  118. LDFLAGS_tst-tls3mod.so := -shared -static-libgcc -lpthread
  119. LDFLAGS_tst-tls4moda.so := -shared -static-libgcc
  120. LDFLAGS_tst-tls4modb.so := -shared -static-libgcc
  121. LDFLAGS_tst-tls5mod.so := -shared -static-libgcc -Wl,-soname,tst-tls5mod.so
  122. LDFLAGS_tst-tls5moda.so := -shared -static-libgcc
  123. LDFLAGS_tst-tls5modb.so := -shared -static-libgcc
  124. LDFLAGS_tst-tls5modc.so := -shared -static-libgcc
  125. LDFLAGS_tst-tls5modd.so := -shared -static-libgcc
  126. LDFLAGS_tst-tls5mode.so := -shared -static-libgcc
  127. LDFLAGS_tst-tls5modf.so := -shared -static-libgcc
  128. #
  129. # Special case
  130. #
  131. tst-cleanup4aux.o:
  132. $(Q)$(CC) $(CFLAGS) $(CFLAGS_$@) $(EXTRA_CFLAGS) -c tst-cleanup4aux.c -o $@
  133. tst-cleanup4: tst-cleanup4aux.o
  134. tst-tls3: tst-tls3mod.so
  135. tst-tls4: tst-tls4moda.so tst-tls4modb.so
  136. tst-tls5: tst-tls5mod.so
  137. OPTS_tst-cancel7 = --command ./tst-cancel7
  138. OPTS_tst-mqueue7 = -- ./tst-mqueue7
  139. OPTS_tst-exec4 = ./tst-exec4
  140. RET_tst-clock2 := 1
  141. RET_tst-cputimer1 := 1
  142. RET_tst-cputimer2 := 1
  143. RET_tst-cputimer3 := 1
  144. WRAPPER := env LD_LIBRARY_PATH="$$PWD:.:$(LD_LIBRARY_PATH)" TIMEOUTFACTOR=100