libc: Add fopen() test to regression Makefile.
This commit is contained in:
parent
3f5730095b
commit
9f36ecc590
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user