commit | 7637b1d9e86a0882ef95db8f13d2f0f8f3db07d3 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Feb 04 01:59:35 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Feb 04 03:36:25 2016 +0000 |
tree | 9c6e68aea599fce10d7db93ec68bc099d7ba6c51 | |
parent | f2eb27c73ecca59ebfd101815b50b26d64ddc0ac [diff] [blame] |
tests: add hexquote_strndup function to libtests * tests/tests.h (hexquote_strndup): New prototype. * tests/hexquote_strndup.c: New file. * tests/Makefile.am (libtests_a_SOURCES): Add it.
diff --git a/tests/Makefile.am b/tests/Makefile.am index 667d863..da74adc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am
@@ -44,6 +44,7 @@ error_msg.c \ get_page_size.c \ hexdump_strdup.c \ + hexquote_strndup.c \ inode_of_sockfd.c \ tail_alloc.c \ tests.h \