diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-07-08 10:23:14 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-07-08 10:23:14 -0300 |
commit | c1e63c7214aaef99039068da384a0ab3abc176f2 (patch) | |
tree | cb15313374974ec006076198a42042ad6dba4fc2 /string | |
parent | 5b2deed8a5d5cca2d82423572415a1c629bea488 (diff) | |
download | glibc-c1e63c7214aaef99039068da384a0ab3abc176f2.zip glibc-c1e63c7214aaef99039068da384a0ab3abc176f2.tar.gz glibc-c1e63c7214aaef99039068da384a0ab3abc176f2.tar.bz2 |
string: Move tst-strsignal tst-strerror to tests-container
Both tests require libc.mo translation files which might not be
installed on the system.
Checked on x86_64-linux-gnu.
Diffstat (limited to 'string')
-rw-r--r-- | string/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile index f8d3104..206c9b1 100644 --- a/string/Makefile +++ b/string/Makefile @@ -63,7 +63,9 @@ tests := tester inl-tester noinl-tester testcopy test-ffs \ tst-strtok_r bug-strcoll2 tst-cmp tst-xbzero-opt \ test-endian-types test-endian-file-scope \ test-endian-sign-conversion tst-memmove-overflow \ - tst-strsignal tst-strerror test-sig_np + test-sig_np + +tests-container += tst-strsignal tst-strerror # This test allocates a lot of memory and can run for a long time. xtests = tst-strcoll-overflow |