about summary refs log tree commit diff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-09-02 12:40:38 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-09-02 16:16:44 +0200
commit9a1e7257a4292d3aea45c8317df3956f4331d8ce (patch)
treebb84d33a17753b2605816b0cc0ee9250a8334c95 /misc/Makefile
parent08b7e9988272113ca5640cf5e115ea51449fb392 (diff)
downloadglibc-9a1e7257a4292d3aea45c8317df3956f4331d8ce.tar.gz
glibc-9a1e7257a4292d3aea45c8317df3956f4331d8ce.tar.xz
glibc-9a1e7257a4292d3aea45c8317df3956f4331d8ce.zip
Add misc/tst-mntent-autofs, testing autofs "ignore" filtering
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile3
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))