From 3691d594546687454e493b28b2a9b2c8f4d2bc12 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 9 Mar 2007 02:43:32 +0000 Subject: Tests for module 'vfprintf-posix'. --- modules/vfprintf-posix-tests | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 modules/vfprintf-posix-tests (limited to 'modules/vfprintf-posix-tests') diff --git a/modules/vfprintf-posix-tests b/modules/vfprintf-posix-tests new file mode 100644 index 0000000000..4adf6aaaf0 --- /dev/null +++ b/modules/vfprintf-posix-tests @@ -0,0 +1,16 @@ +Files: +tests/test-vfprintf-posix.sh +tests/test-vfprintf-posix.c +tests/test-fprintf-posix.h +tests/test-fprintf-posix.out + +Depends-on: +stdint + +configure.ac: + +Makefile.am: +TESTS += test-vfprintf-posix.sh +TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' +check_PROGRAMS += test-vfprintf-posix +EXTRA_DIST += test-vfprintf-posix.sh test-fprintf-posix.h test-fprintf-posix.out -- cgit v1.2.1