libc: Add fopen() test to regression Makefile.

This commit is contained in:
Jilles Tjoelker 2014-04-21 12:39:35 +00:00
parent 3f5730095b
commit 9f36ecc590

View File

@ -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