euidaccess: Fix test failure on native Windows.
[gnulib.git] / modules / unistd-c++-tests
blob7a82baa22ae10c617fdc83aeb985c47b46f4db46
1 Files:
2 tests/test-unistd-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-unistd-c++
16 check_PROGRAMS += test-unistd-c++
17 test_unistd_c___SOURCES = test-unistd-c++.cc
18 test_unistd_c___LDADD = $(LDADD) $(LIBINTL) $(CLOCK_TIME_LIB) $(EUIDACCESS_LIBGEN) $(LIBSOCKET) $(GETLOGIN_LIB) $(GETRANDOM_LIB)
19 endif