aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-18 12:24:24 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-18 12:24:24 +0000
commita09c2af4f8767c7cb3b4f490da5febe63d9fe552 (patch)
tree18f502a1bb05cea82c49f98cc99598480246e70b /Makefile
parentd5f9d96f34d3bad7e78dad6e61178263dce65f34 (diff)
downloadmandoc-a09c2af4f8767c7cb3b4f490da5febe63d9fe552.tar.gz
mandoc-a09c2af4f8767c7cb3b4f490da5febe63d9fe552.tar.zst
mandoc-a09c2af4f8767c7cb3b4f490da5febe63d9fe552.zip
proper test for O_DIRECTORY
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab46286a..3c2dcb4b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.501 2017/02/16 16:09:33 schwarze Exp $
+# $Id: Makefile,v 1.502 2017/02/18 12:24:24 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -31,6 +31,7 @@ TESTSRCS = test-be32toh.c \
test-mkdtemp.c \
test-nanosleep.c \
test-ntohl.c \
+ test-O_DIRECTORY.c \
test-ohash.c \
test-PATH_MAX.c \
test-pledge.c \