comparison modules/string-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 f1702810061f
children
comparison
equal deleted inserted replaced
13081:012563ccbd85 13082:d7eed0b7ef06
1 Files: 1 Files:
2 tests/test-string.c 2 tests/test-string.c
3 tests/test-string-c++.cc
4 tests/test-string-c++2.cc
5 tests/signature.h
6 3
7 Depends-on: 4 Depends-on:
8 verify 5 verify
9 ansi-c++-opt 6 string-c++-tests
10 7
11 configure.ac: 8 configure.ac:
12 9
13 Makefile.am: 10 Makefile.am:
14 TESTS += test-string 11 TESTS += test-string
15 check_PROGRAMS += test-string 12 check_PROGRAMS += test-string
16 if ANSICXX
17 TESTS += test-string-c++
18 check_PROGRAMS += test-string-c++
19 test_string_c___SOURCES = test-string-c++.cc test-string-c++2.cc
20 test_string_c___LDADD = $(LDADD) $(LIBINTL)
21 endif