Mercurial > hg > octave-nkf > gnulib-hg
comparison modules/iconv-h-tests @ 13082:d7eed0b7ef06
Split C++ tests into separate tests modules.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 28 Mar 2010 19:07:33 +0200 |
parents | c7912be68eec |
children |
comparison
equal
deleted
inserted
replaced
13081:012563ccbd85 | 13082:d7eed0b7ef06 |
---|---|
1 Files: | 1 Files: |
2 tests/test-iconv-h.c | 2 tests/test-iconv-h.c |
3 tests/test-iconv-h-c++.cc | |
4 tests/signature.h | |
5 | 3 |
6 Depends-on: | 4 Depends-on: |
7 ansi-c++-opt | 5 iconv-h-c++-tests |
8 | 6 |
9 configure.ac: | 7 configure.ac: |
10 | 8 |
11 Makefile.am: | 9 Makefile.am: |
12 TESTS += test-iconv-h | 10 TESTS += test-iconv-h |
13 check_PROGRAMS += test-iconv-h | 11 check_PROGRAMS += test-iconv-h |
14 if ANSICXX | |
15 TESTS += test-iconv-h-c++ | |
16 check_PROGRAMS += test-iconv-h-c++ | |
17 test_iconv_h_c___SOURCES = test-iconv-h-c++.cc | |
18 test_iconv_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIBICONV) $(LIB_NANOSLEEP) | |
19 endif |