diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-21 10:41:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-21 10:41:31 +0100 |
commit | 19fd0dc93b10ea4263bfa6c1b37d64e419da2445 (patch) | |
tree | 57bf64d28f0c46c82484e7828a632363cdf64746 /test/nptl | |
parent | 4ad1c23ae2eb30888cda520c739cc26150512487 (diff) |
use TARGET_ARCH everywhere
Disable some test for metag to allow runtime testing again.
Rename the big math meta-data files and do not install them.
Cris and Metag can be runtime tested again.
Diffstat (limited to 'test/nptl')
-rw-r--r-- | test/nptl/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index a82eef1..a19621f 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -1,6 +1,10 @@ # uClibc-ng NPTL tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +ifeq ($(TARGET_ARCH),metag) +TESTS_DISABLED := tst-cleanup0 tst-cleanupx0 +endif + 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 \ @@ -54,6 +58,7 @@ TESTS += tst-clock tst-clock_nanosleep tst-cpuclock1 tst-cpuclock2 \ tst-mqueue7 tst-mqueue8 tst-mqueue9 tst-timer2 tst-timer3 \ tst-timer4 tst-timer5 + ifeq ($(TARGET_ARCH),i386) CFLAGS_tst-align := -malign-double -mpreferred-stack-boundary=4 endif |