svn commit: r264725 - head/tools/regression/lib/libc/stdio

Jilles Tjoelker jilles at FreeBSD.org
Mon Apr 21 12:39:36 UTC 2014


Author: jilles
Date: Mon Apr 21 12:39:35 2014
New Revision: 264725
URL: http://svnweb.freebsd.org/changeset/base/264725

Log:
  libc: Add fopen() test to regression Makefile.

Modified:
  head/tools/regression/lib/libc/stdio/Makefile

Modified: head/tools/regression/lib/libc/stdio/Makefile
==============================================================================
--- head/tools/regression/lib/libc/stdio/Makefile	Mon Apr 21 11:26:46 2014	(r264724)
+++ head/tools/regression/lib/libc/stdio/Makefile	Mon Apr 21 12:39:35 2014	(r264725)
@@ -1,8 +1,16 @@
 # $FreeBSD$
 
-TESTS=	test-fmemopen test-getdelim test-mkostemp test-open_memstream \
-	test-open_wmemstream test-perror test-print-positional test-printbasic \
-	test-printfloat test-scanfloat 
+TESTS=	test-fmemopen \
+	test-fopen \
+	test-getdelim \
+	test-mkostemp \
+	test-open_memstream \
+	test-open_wmemstream \
+	test-perror \
+	test-print-positional \
+	test-printbasic \
+	test-printfloat \
+	test-scanfloat 
 CFLAGS+= -lm
 
 .PHONY: tests


More information about the svn-src-head mailing list