diff options
| author | Florian Weimer <fweimer@redhat.com> | 2025-01-20 21:06:59 +0100 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2025-01-20 21:31:59 +0100 |
| commit | 1ac28b781882e3f14b41dcb06f3f945d53938948 (patch) | |
| tree | 4e9ca32991e92bf33ce9e807de0950b12de6927d /stdlib/Makefile | |
| parent | 33b684e0194930ff072cf812b37c191637261dbe (diff) | |
| download | glibc-1ac28b781882e3f14b41dcb06f3f945d53938948.tar.xz glibc-1ac28b781882e3f14b41dcb06f3f945d53938948.zip | |
stdlib: Test for expected sequence of random numbers from rand
As the test comment explains, this test is not quite valid, but
preserving the exact sequences helps distributions to port to
newer glibc versions. We can remove this test if we ever switch
to a different implementation.
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
Diffstat (limited to 'stdlib/Makefile')
| -rw-r--r-- | stdlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 18a19f46eb..a5fbc1a27e 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -296,6 +296,7 @@ tests := \ tst-qsort3 \ tst-qsort6 \ tst-quick_exit \ + tst-rand-sequence \ tst-rand48 \ tst-rand48-2 \ tst-random \ |
