mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* modules/strftime-tests (Depends-on): Add strerror. * tests/test-strftime.c: Include <errno.h>. (posixtm_test): New function, containing the old 'main'. (struct tzalloc_test, struct localtime_rz_test): New types. (TZ, LT): New static vars. (tzalloc_test): New function. (main): Rewrite in terms of posixtm_test and tzalloc_test.
13 lines
150 B
Plaintext
13 lines
150 B
Plaintext
Files:
|
|
tests/test-strftime.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
strerror
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-strftime
|
|
check_PROGRAMS += test-strftime
|