From 9c6e26caf1aeb2f0de445dc3fa568b6e82701bc2 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 15 Jul 2011 15:08:34 -0600 Subject: ffsl, ffsll: new modules * modules/ffsl: New file. * modules/ffsll: Likewise. * m4/ffsl.m4: Likewise. * m4/ffsll.m4: Likewise. * lib/ffsl.c: Likewise. * lib/ffsl.h: Likewise. * lib/ffsll.c: Likewise. * m4/string_h.m4 (gl_HEADER_STRING_H_BODY) (gl_HEADER_STRING_H_DEFAULTS): Add defaults. * modules/string (Makefile.am): Substitute witnesses. * lib/strings.in.h (ffsl, ffsll): Declare. * modules/ffsl-tests: New test file. * modules/ffsll-tests: Likewise. * tests/test-ffsl.c: Likewise. * tests/test-ffsll.c: Likewise. * MODULES.html.sh (Integer arithmetic functions): Mention it. * doc/glibc-functions/ffsl.texi (ffsl): Likewise. * doc/glibc-functions/ffsll.texi (ffsll): Likewise. Signed-off-by: Eric Blake --- modules/ffsll-tests | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/ffsll-tests (limited to 'modules/ffsll-tests') diff --git a/modules/ffsll-tests b/modules/ffsll-tests new file mode 100644 index 0000000000..759f382543 --- /dev/null +++ b/modules/ffsll-tests @@ -0,0 +1,12 @@ +Files: +tests/test-ffsll.c +tests/macros.h +tests/signature.h + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-ffsll +check_PROGRAMS += test-ffsll -- cgit v1.2.1