Mercurial > hg > octave-lojdl > gnulib-hg
annotate 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 |
rev | line source |
---|---|
8175 | 1 Files: |
2 tests/test-string.c | |
3 | |
4 Depends-on: | |
11658
8b1dcb465dff
tests: add test for bogus NULL definition
Eric Blake <ebb9@byu.net>
parents:
8175
diff
changeset
|
5 verify |
13082
d7eed0b7ef06
Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
12988
diff
changeset
|
6 string-c++-tests |
8175 | 7 |
8 configure.ac: | |
9 | |
10 Makefile.am: | |
11 TESTS += test-string | |
12 check_PROGRAMS += test-string |