=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.490 retrieving revision 1.492 diff -u -p -r1.490 -r1.492 --- mandoc/Makefile 2016/07/20 14:03:06 1.490 +++ mandoc/Makefile 2016/08/05 23:15:08 1.492 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.490 2016/07/20 14:03:06 schwarze Exp $ +# $Id: Makefile,v 1.492 2016/08/05 23:15:08 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013-2016 Ingo Schwarze @@ -19,7 +19,9 @@ VERSION = 1.14.0 # === LIST OF FILES ==================================================== -TESTSRCS = test-dirent-namlen.c \ +TESTSRCS = test-be32toh.c \ + test-dirent-namlen.c \ + test-EFTYPE.c \ test-err.c \ test-fts.c \ test-getline.c \ @@ -27,7 +29,9 @@ TESTSRCS = test-dirent-namlen.c \ test-isblank.c \ test-mkdtemp.c \ test-nanosleep.c \ + test-ntohl.c \ test-ohash.c \ + test-PATH_MAX.c \ test-pledge.c \ test-progname.c \ test-reallocarray.c \