Tests of module 'dirent' in C++ mode.
[gnulib.git] / modules / dirent-tests
1 Files:
2 tests/test-dirent.c
3 tests/test-dirent-c++.cc
4 tests/signature.h
5
6 Depends-on:
7 ansi-c++-opt
8
9 configure.ac:
10
11 Makefile.am:
12 TESTS += test-dirent
13 check_PROGRAMS += test-dirent
14 if ANSICXX
15 TESTS += test-dirent-c++
16 check_PROGRAMS += test-dirent-c++
17 test_dirent_c___SOURCES = test-dirent-c++.cc
18 test_dirent_c___LDADD = $(LDADD) $(LIBINTL)
19 endif