diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-12-13 00:19:34 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-12-13 00:19:34 +0000 |
| commit | f54cb9d319df62324cb2f8d135c1ffffcdcdec30 (patch) | |
| tree | ea10eee8f259b4f7476c0c3bfe707fa5817e0c75 | |
| parent | 6f48715d01203d5ed467c643cd801fe9847cbd10 (diff) | |
| download | uClibc-alpine-f54cb9d319df62324cb2f8d135c1ffffcdcdec30.tar.bz2 uClibc-alpine-f54cb9d319df62324cb2f8d135c1ffffcdcdec30.tar.xz | |
Add in expected return values.
| -rw-r--r-- | test/tls/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tls/Makefile b/test/tls/Makefile index 6b8ee8bb3..94c45d99f 100644 --- a/test/tls/Makefile +++ b/test/tls/Makefile @@ -9,6 +9,7 @@ TESTS_DISABLED := tst-tls1-static tst-tls2-static tst-tls9-static include ../Test.mak +TARGET_ARCH := $(strip $(subst ",, $(strip $(TARGET_ARCH)))) PTDIR := $(top_builddir)libpthread/nptl EXTRA_CFLAGS := -DNOT_IN_libc=1 -DIS_IN_libpthread=1 -D_LIBC \ @@ -94,4 +95,9 @@ tst-tls13: tst-tlsmod13.so tst-tlsmod13a.so tst-tls14: tst-tlsmod14a.so tst-tlsmod14b.so tst-tls15: tst-tlsmod15a.so tst-tlsmod15b.so +RET_tst-tls13 := 1 +ifeq ($(TARGET_ARCH),mips) +RET_tst-tls15 := 1 +endif + WRAPPER := env LD_LIBRARY_PATH="$$PWD:.:$(LD_LIBRARY_PATH)" |
