summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-10-20 18:06:53 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-10-20 18:06:53 +0000
commita17b313c6267c0235b4c6367f96157df7109158b (patch)
tree46e5684ef8ad5299d8c15d7e9dc297a76c8f91d8
parent892ed284fbd3257927456e68d5f4e3f3b150fb2b (diff)
downloadmandoc-a17b313c6267c0235b4c6367f96157df7109158b.tar.gz
add test-EFTYPE.c, related to configure rev. 1.43.2.5
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b904adb0..3e255047 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ VERSION = 1.13.4
# === LIST OF FILES ====================================================
TESTSRCS = test-dirent-namlen.c \
+ test-EFTYPE.c \
test-err.c \
test-fts.c \
test-getline.c \