commit | 1952e5494db6b773df6012de2d6ed889301a8d7b | [log] [tgz] |
---|---|---|
author | T Jake Luciani <jake@apache.org> | Sun Feb 01 04:47:30 2009 +0000 |
committer | T Jake Luciani <jake@apache.org> | Sun Feb 01 04:47:30 2009 +0000 |
tree | 9817d2ba0cbdaa39381224aa461eba09926d1c61 | |
parent | 4704d4383c6e50a3231f0e5bc1fe866727bf23d4 [diff] [blame] |
THRIFT-199: integrate perl into automake git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@739697 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/perl/test.pl b/lib/perl/test.pl new file mode 100644 index 0000000..ff33f8a --- /dev/null +++ b/lib/perl/test.pl
@@ -0,0 +1,6 @@ +use strict; +use warnings; + +use Test::Harness; + +runtests(@ARGV);