]> sourceware.org Git - glibc.git/commitdiff
string: Move tst-strsignal tst-strerror to tests-container
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 8 Jul 2020 13:23:14 +0000 (10:23 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 8 Jul 2020 13:23:14 +0000 (10:23 -0300)
Both tests require libc.mo translation files which might not be
installed on the system.

Checked on x86_64-linux-gnu.

string/Makefile

index f8d3104e16f88cb185bf5c530d08fd53a0c0b42d..206c9b103c145e548ab192391701b99cf1d9063c 100644 (file)
@@ -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
This page took 0.043827 seconds and 5 git commands to generate.