mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
20 lines
305 B
Plaintext
20 lines
305 B
Plaintext
Files:
|
|
tests/test-dirent-c++.cc
|
|
tests/signature.h
|
|
|
|
Status:
|
|
c++-test
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-dirent-c++
|
|
check_PROGRAMS += test-dirent-c++
|
|
test_dirent_c___SOURCES = test-dirent-c++.cc
|
|
test_dirent_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
|
|
endif
|