diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-09-02 12:40:38 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-09-02 16:16:44 +0200 |
commit | 9a1e7257a4292d3aea45c8317df3956f4331d8ce (patch) | |
tree | bb84d33a17753b2605816b0cc0ee9250a8334c95 /misc/Makefile | |
parent | 08b7e9988272113ca5640cf5e115ea51449fb392 (diff) | |
download | glibc-9a1e7257a4292d3aea45c8317df3956f4331d8ce.tar glibc-9a1e7257a4292d3aea45c8317df3956f4331d8ce.tar.gz glibc-9a1e7257a4292d3aea45c8317df3956f4331d8ce.tar.bz2 glibc-9a1e7257a4292d3aea45c8317df3956f4331d8ce.zip |
Add misc/tst-mntent-autofs, testing autofs "ignore" filtering
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 032f28fc38..afb8b023e8 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -86,7 +86,8 @@ tests := tst-dirname tst-tsearch tst-fdset tst-mntent tst-hsearch \ tst-mntent-blank-corrupt tst-mntent-blank-passno bug18240 \ tst-preadvwritev tst-preadvwritev64 tst-makedev tst-empty \ tst-preadvwritev2 tst-preadvwritev64v2 tst-warn-wide \ - tst-ldbl-warn tst-ldbl-error tst-dbl-efgcvt tst-ldbl-efgcvt + tst-ldbl-warn tst-ldbl-error tst-dbl-efgcvt tst-ldbl-efgcvt \ + tst-mntent-autofs # Tests which need libdl. ifeq (yes,$(build-shared)) |