stdbit: port to theoretical platforms
[gnulib.git] / modules / sys_stat-c++-tests
blobf5b3f28c90f0e18642079af7aa74af0256f76247
1 Files:
2 tests/test-sys_stat-c++.cc
3 tests/signature.h
5 Status:
6 c++-test
8 Depends-on:
9 ansi-c++-opt
11 configure.ac:
13 Makefile.am:
14 if ANSICXX
15 TESTS += test-sys_stat-c++
16 check_PROGRAMS += test-sys_stat-c++
17 test_sys_stat_c___SOURCES = test-sys_stat-c++.cc
18 test_sys_stat_c___LDADD = $(LDADD) $(LIBINTL) $(CLOCK_TIME_LIB) $(MBRTOWC_LIB) $(GETRANDOM_LIB)
19 endif