Simon Josefsson <[EMAIL PROTECTED]> writes: >> Note also that I haven't yet updated tests/test-base64.c. >> However, I have added quite a few to coreutils' tests/misc/base64. > > I don't think merging all of these back is important. But I've just > noticed that there is no modules/base64-tests in gnulib, so the self > test that we have is never invoked. I'm fixing that separately.
Patch below applied. /Simon diff --git a/modules/base64-tests b/modules/base64-tests new file mode 100644 index 0000000..6406768 --- /dev/null +++ b/modules/base64-tests @@ -0,0 +1,10 @@ +Files: +tests/test-base64.c + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-base64 +check_PROGRAMS += test-base64