utimens: port to NetBSD-10.99.12/amd64
[gnulib.git] / modules / wchar-c++-tests
blobf355de00be480bed772913119bf0a27fe9d2e6f2
1 Files:
2 tests/test-wchar-c++.cc
3 tests/test-wchar-c++2.cc
4 tests/test-wchar-c++3.cc
5 tests/signature.h
7 Status:
8 c++-test
10 Depends-on:
11 ansi-c++-opt
13 configure.ac:
15 Makefile.am:
16 if ANSICXX
17 TESTS += test-wchar-c++
18 check_PROGRAMS += test-wchar-c++
19 test_wchar_c___SOURCES = test-wchar-c++.cc test-wchar-c++2.cc test-wchar-c++3.cc
20 test_wchar_c___LDADD = $(LDADD) $(LIBUNISTRING) $(LIBINTL) $(NANOSLEEP_LIB) $(EUIDACCESS_LIBGEN) $(LIBTHREAD)
21 endif