diff options
| author | Bruno Haible <bruno@clisp.org> | 2007-07-07 21:39:09 +0000 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2007-07-07 21:39:09 +0000 |
| commit | 7d084f9eeb5b975b556170a7c7da8db9ecc9282c (patch) | |
| tree | e52cd14251327a298c1596dcea73e552b1fe75c9 /modules/wcwidth-tests | |
| parent | 7599e817ca9e12244449ca2fad855b96f6c8b817 (diff) | |
| download | gnulib-7d084f9eeb5b975b556170a7c7da8db9ecc9282c.tar.gz | |
Tests for module 'wcwidth'.
Diffstat (limited to 'modules/wcwidth-tests')
| -rw-r--r-- | modules/wcwidth-tests | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/wcwidth-tests b/modules/wcwidth-tests new file mode 100644 index 0000000000..91ae1b5e3a --- /dev/null +++ b/modules/wcwidth-tests @@ -0,0 +1,11 @@ +Files: +tests/test-wcwidth.c + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-wcwidth +check_PROGRAMS += test-wcwidth + |
