summaryrefslogtreecommitdiff
path: root/modules/dirent-c++-tests
blob: a7778483340ef27fed06cd3fdd2e1336b8c7419a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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) $(NANOSLEEP_LIB)
endif