Edit

kc3-lang/gnulib/modules/nstrftime-tests

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2024-02-07 23:53:09
    Hash : de57613d
    Message : nstrftime: Add tests of all directives, also in non-trivial locales. * tests/test-nstrftime.h (language_t): New type. (locales_test): New function. * tests/test-nstrftime.c: Include <locale.h>, <stdlib.h>. (main): Invoke setlocale and locales_test. * tests/test-nstrftime-1.sh: New file. * tests/test-nstrftime-2.sh: New file, based on tests/test-strtod1.sh. * modules/nstrftime-tests (Files): Add them. Add m4/locale-fr.m4, m4/codeset.m4, m4/musl.m4. (configure.ac): Invoke gt_LOCALE_FR, gt_LOCALE_FR_UTF8, gl_MUSL_LIBC. (Makefile.am): Link test-nstrftime with $(SETLOCALE_LIB). Test test-nstrftime-*.sh instead of test-nstrftime.

  • modules/nstrftime-tests
  • Files:
    tests/test-nstrftime-1.sh
    tests/test-nstrftime-2.sh
    tests/test-nstrftime.c
    tests/test-nstrftime.h
    tests/macros.h
    m4/locale-fr.m4
    m4/codeset.m4
    m4/musl.m4
    
    Depends-on:
    atoll
    c99
    intprops
    strerror
    
    configure.ac:
    gt_LOCALE_FR
    gt_LOCALE_FR_UTF8
    gl_MUSL_LIBC
    
    Makefile.am:
    TESTS += test-nstrftime-1.sh test-nstrftime-2.sh
    TESTS_ENVIRONMENT += \
      LOCALE_FR='@LOCALE_FR@' \
      LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
    check_PROGRAMS += test-nstrftime
    test_nstrftime_LDADD = $(LDADD) $(SETLOCALE_LIB)