add dummy test to dynfilt to since it was confusing smoke testers
authorTony Cook <tony@develop=help.com>
Mon, 24 Jul 2006 04:46:00 +0000 (04:46 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 24 Jul 2006 04:46:00 +0000 (04:46 +0000)
MANIFEST
dynfilt/t/t00dummy.t [new file with mode: 0644]

index 1b2c7ae3dc8787ca82b5aae5146f8e72ec7673f3..0d0326af527133a7984687cebedd9fe6f0ee612c 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -77,6 +77,7 @@ dynfilt/flines.exp
 dynfilt/mandelbrot.c
 dynfilt/mandelbrot.exp
 dynfilt/pluginst.h
+dynfilt/t/t00dummy.t   Dummy test script to prevent smoker problems
 errep.perl
 error.c
 ext.h
diff --git a/dynfilt/t/t00dummy.t b/dynfilt/t/t00dummy.t
new file mode 100644 (file)
index 0000000..b642616
--- /dev/null
@@ -0,0 +1,7 @@
+#!perl -w
+use strict;
+use lib '../t';
+use Test::More tests => 1;
+# some smoke testers have been confused because there are no tests
+# in this directory
+pass("Dummy test");