NetBSD/tests/lib/libutil
apb a39eba5e76 Test parsedate("@-2",...) (should return -2 and not set errno);
and parsedate("@junk",...) (should return -1 and set errno).
We were already testing "@-1".
2013-01-19 15:21:43 +00:00
..
Makefile Add some naive tests for the efun(3) family of debug functions. 2011-03-30 17:02:17 +00:00
t_efun.c add missing includes 2012-11-04 23:37:02 +00:00
t_parsedate.c Test parsedate("@-2",...) (should return -2 and not set errno); 2013-01-19 15:21:43 +00:00
t_pidfile.c Extend pidfile(3) to support creating pid files in arbitrary locations. 2011-03-29 13:55:37 +00:00
t_snprintb.c
t_sockaddr_snprintf.c