diff options
author | Andreas Schwab <schwab@suse.de> | 2017-11-07 16:04:56 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2017-11-07 16:17:18 +0100 |
commit | feda96a1781e6d79a091df8747e696ba2751df82 (patch) | |
tree | e2cb003e020976cc8357b3985a3f4ee9849e3b18 | |
parent | 1bd0cbb8cf40f0fd250e0c5cf9bf575a37287a49 (diff) | |
download | glibc-feda96a1781e6d79a091df8747e696ba2751df82.zip glibc-feda96a1781e6d79a091df8747e696ba2751df82.tar.gz glibc-feda96a1781e6d79a091df8747e696ba2751df82.tar.bz2 |
Remove traces of tst-typesizes
-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 |