From c116e7501e246cec2ffee3582e5ed9728b21c7a8 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 9 Oct 2007 08:09:48 -0600 Subject: Silence test-fpending. * modules/fpending-tests (Files): Add wrapper script. * tests/test-fpending.sh: New file. Signed-off-by: Eric Blake --- modules/fpending-tests | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/fpending-tests') diff --git a/modules/fpending-tests b/modules/fpending-tests index 0338987a1f..c6261a59a8 100644 --- a/modules/fpending-tests +++ b/modules/fpending-tests @@ -1,10 +1,13 @@ Files: tests/test-fpending.c +tests/test-fpending.sh Depends-on: configure.ac: Makefile.am: -TESTS += test-fpending +TESTS += test-fpending.sh +TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' check_PROGRAMS += test-fpending +MOSTLYCLEANFILES += test-fpending.t -- cgit v1.2.1