diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | nptl/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2017-11-07 Andreas Schwab <schwab@suse.de> + + * nptl/Makefile (tests-internal): Remove tst-typesizes. + 2017-11-07 Mike FABIAN <mfabian@redhat.com> [BZ #22403] diff --git a/nptl/Makefile b/nptl/Makefile index d819349..b0215e1 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -304,8 +304,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \ tst-thread_local1 tst-mutex-errorcheck tst-robust10 \ tst-robust-fork tst-create-detached tst-memstream -tests-internal := tst-typesizes \ - tst-rwlock19 tst-rwlock20 \ +tests-internal := tst-rwlock19 tst-rwlock20 \ tst-sem11 tst-sem12 tst-sem13 \ tst-barrier5 tst-signal7 tst-mutex8 tst-mutex8-static \ tst-mutexpi8 tst-mutexpi8-static |