History log of /netbsd-src/tests/usr.bin/printf/Makefile (Results 1 – 1 of 1)
Revision Date Author Comments
# d1e529d3 05-Sep-2018 kre <kre@NetBSD.org>

Add ATF tests for printf(1)

Two new test programs, one for the version of printf in /bin/sh
and one for the command /usr/bin/printf (t_builtin and t_command)

Each test program has 28 test cases (th

Add ATF tests for printf(1)

Two new test programs, one for the version of printf in /bin/sh
and one for the command /usr/bin/printf (t_builtin and t_command)

Each test program has 28 test cases (the same in each) of which
currently 27 pass, and 1 is skipped.

See the test scripts themselves for more information.

show more ...