diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-22 20:09:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-22 20:09:42 +0000 |
commit | 7d58530341304d403a6626d7f7a1913165fe2f32 (patch) | |
tree | 471ef022d415c89ff4b5544a5e0239a9ac45d841 /nptl/Makefile | |
parent | ec8c29dc013a5e0ca3330ce5e4ae989e811491e6 (diff) | |
download | glibc-7d58530341304d403a6626d7f7a1913165fe2f32.tar glibc-7d58530341304d403a6626d7f7a1913165fe2f32.tar.gz glibc-7d58530341304d403a6626d7f7a1913165fe2f32.tar.bz2 glibc-7d58530341304d403a6626d7f7a1913165fe2f32.zip |
Test for stack alignment.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 8149ef5ed4..3cef684226 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -205,7 +205,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 \ tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem5 tst-sem6 tst-sem7 \ tst-sem8 tst-sem9 \ tst-barrier1 tst-barrier2 tst-barrier3 tst-barrier4 \ - tst-align \ + tst-align tst-align2 \ tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \ tst-kill1 tst-kill2 tst-kill3 tst-kill4 tst-kill5 tst-kill6 \ tst-raise1 \ |