History log of /netbsd-src/tests/lib/libc/stdio/Makefile (Results 1 – 16 of 16)
Revision Date Author Comments
# a981b8de 08-Jul-2021 christos <christos@NetBSD.org>

need to set BINDIR


# 99be3a9d 08-Jul-2021 christos <christos@NetBSD.org>

Add interrupted I/O tests (from RVP)


# db34f12f 29-Jun-2020 jruoho <jruoho@NetBSD.org>

Use -Wl,--no-fatal-warnings for the mktemp(3) test.


# f60c53b4 27-Jun-2020 jruoho <jruoho@NetBSD.org>

Move the test for mktemp(3) to the right place.


# a99ba75e 15-Oct-2014 justin <justin@NetBSD.org>

PR standards/49279 add tests for open_memstream, ported from OpenBSD


# fcfab139 25-Apr-2013 joerg <joerg@NetBSD.org>

Since the mktemp test case uses mktemp, make linker warnings non-fatal.


# 42e0c394 22-Apr-2013 christos <christos@NetBSD.org>

new mktemp test


# 3fa39ef9 17-Feb-2012 christos <christos@NetBSD.org>

add positional argument tests


# 6629be1b 11-Sep-2011 jruoho <jruoho@NetBSD.org>

Naive tests for the naive putc(3) family.


# 4c55f62c 11-Sep-2011 jruoho <jruoho@NetBSD.org>

Few unit tests for the fopen(3) family.


# 1c183744 11-Sep-2011 jruoho <jruoho@NetBSD.org>

Couple of unit tests for fflush(3).


# aa3f9890 08-Jul-2011 jruoho <jruoho@NetBSD.org>

Split out 't_printf' and 't_scanf' from 't_format' to gain the common
"functional scope" for the test files.


# 2446e1b8 01-May-2011 jruoho <jruoho@NetBSD.org>

Naive tests for clearerr(3).

Converted from the "PCCA" test suite by Stathis Kamperis.


# 546ea3ce 23-Dec-2010 pgoyette <pgoyette@NetBSD.org>

Migrate a couple more tests to aft


# c8fe6736 19-Nov-2010 njoly <njoly@NetBSD.org>

Add testcase for PR/44113: printf(3) should ignore zero padding for
nan/inf.


# 93b7363c 24-Sep-2010 tnozaki <tnozaki@NetBSD.org>

add fmemopen(3) derrived from POSIX:2008.
libc minor bump.