diff options
author | Sergey Kolosov <skolosov@redhat.com> | 2024-09-25 15:51:23 +0200 |
---|---|---|
committer | Arjun Shankar <arjun@redhat.com> | 2024-09-26 15:33:03 +0200 |
commit | 1d72fa3cfa046f7293421a7e58f2a272474ea901 (patch) | |
tree | 66a41ee0c66558c3f5e0d49d20257754d6399dc6 /stdio-common/Makefile | |
parent | 5f62cf88c4530c11904482775b7582bd7f6d80d2 (diff) | |
download | glibc-1d72fa3cfa046f7293421a7e58f2a272474ea901.tar.gz glibc-1d72fa3cfa046f7293421a7e58f2a272474ea901.tar.xz glibc-1d72fa3cfa046f7293421a7e58f2a272474ea901.zip |
stdio-common: Add new test for fdopen
This commit adds fdopen test with all modes. Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index e3e5f634c5..89f263894c 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -207,6 +207,7 @@ tests := \ tst-cookie \ tst-dprintf-length \ tst-fdopen \ + tst-fdopen2 \ tst-ferror \ tst-fgets \ tst-fgets2 \ |