diff options
author | Bruno Haible <bruno@clisp.org> | 2010-01-10 19:29:58 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-01-10 23:13:05 +0100 |
commit | 736564d7e56eec506167011f9cc308c043914e3d (patch) | |
tree | 1b85edf7e041f1b49eadd7e83faac0cc088e0276 /modules/unistr/u8-strlen-tests | |
parent | c029855d06645f12cb649b6af25f1933c2265824 (diff) | |
download | gnulib-736564d7e56eec506167011f9cc308c043914e3d.tar.gz |
Tests for module 'unistr/u8-strlen'.
Diffstat (limited to 'modules/unistr/u8-strlen-tests')
-rw-r--r-- | modules/unistr/u8-strlen-tests | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/unistr/u8-strlen-tests b/modules/unistr/u8-strlen-tests new file mode 100644 index 0000000000..16bf677f64 --- /dev/null +++ b/modules/unistr/u8-strlen-tests @@ -0,0 +1,12 @@ +Files: +tests/unistr/test-u8-strlen.c +tests/macros.h + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-u8-strlen +check_PROGRAMS += test-u8-strlen +test_u8_strlen_SOURCES = unistr/test-u8-strlen.c |