diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-03-24 15:48:34 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-03-25 09:50:45 -0300 |
commit | 4eda036f5b897fa8bc20ddd2099b5a6ed4239dc9 (patch) | |
tree | fa785188e8e095ef11a6dbb59aa7ba1bda9e2117 /stdlib/Makefile | |
parent | 1c17100c43c0913ec94f3bcc966bf3792236c690 (diff) | |
download | glibc-4eda036f5b897fa8bc20ddd2099b5a6ed4239dc9.tar.gz glibc-4eda036f5b897fa8bc20ddd2099b5a6ed4239dc9.tar.xz glibc-4eda036f5b897fa8bc20ddd2099b5a6ed4239dc9.zip |
stdlib: Move tst-system to tests-container
Fix some issues with different shell and error messages. Checked on x86_64-linux-gnu and i686-linux-gnu.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 45214b59e4..4615f6dfe7 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -70,7 +70,7 @@ tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ test-canon test-canon2 tst-strtoll tst-environ \ tst-xpg-basename tst-random tst-random2 tst-bsearch \ tst-limits tst-rand48 bug-strtod tst-setcontext \ - tst-setcontext2 test-a64l tst-qsort tst-system testmb2 \ + tst-setcontext2 test-a64l tst-qsort testmb2 \ bug-strtod2 tst-atof1 tst-atof2 tst-strtod2 \ tst-rand48-2 tst-makecontext tst-strtod5 \ tst-qsort2 tst-makecontext2 tst-strtod6 tst-unsetenv1 \ @@ -92,6 +92,7 @@ tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ tests-internal := tst-strtod1i tst-strtod3 tst-strtod4 tst-strtod5i \ tst-tls-atexit tst-tls-atexit-nodelete tests-static := tst-secure-getenv +tests-container := tst-system ifeq ($(build-hardcoded-path-in-tests),yes) tests += tst-empty-env |