File: c-strtold-tests

package info (click to toggle)
gnulib 20250303-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 188,756 kB
  • sloc: ansic: 378,600; sh: 30,630; python: 8,358; cpp: 2,811; yacc: 1,846; perl: 920; makefile: 577; lisp: 328; sed: 11; java: 5
file content (37 lines) | stat: -rw-r--r-- 792 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Files:
tests/test-c-strtold.c
tests/test-strtold.h
tests/test-c-strtold1.sh
tests/test-c-strtold1.c
tests/test-c-strtold-mt.sh
tests/test-c-strtold-mt.c
tests/minus-zero.h
tests/macros.h
m4/locale-fr.m4
m4/codeset.m4

Depends-on:
float-h
isnanl-nolibm
signbit
setlocale
thread
nanosleep
strtold

configure.ac:
gt_LOCALE_FR
gt_LOCALE_FR_UTF8

Makefile.am:
TESTS += test-c-strtold
check_PROGRAMS += test-c-strtold

TESTS += test-c-strtold1.sh test-c-strtold-mt.sh
TESTS_ENVIRONMENT += \
  LOCALE_FR='@LOCALE_FR@' \
  LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
  LC_NUMERIC_IMPLEMENTED='@LC_NUMERIC_IMPLEMENTED@'
check_PROGRAMS += test-c-strtold1 test-c-strtold-mt
test_c_strtold1_LDADD = $(LDADD) $(SETLOCALE_LIB)
test_c_strtold_mt_LDADD = $(LDADD) $(SETLOCALE_LIB) $(LIBMULTITHREAD) $(NANOSLEEP_LIB)