perl-module: Use Autotest for testing Perl.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 15 Apr 2010 04:47:07 +0000 (21:47 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 15 Apr 2010 04:47:07 +0000 (21:47 -0700)
commit41ba7141cfc3af541ef00ecc0d4c1325f7579c0f
treea80263f956016a761619b570a1cc836aa1630448
parent13c66bad6d4df1f3f5223d799d4bcd6ed8b0446a
perl-module: Use Autotest for testing Perl.

The output of the existing Perl test is difficult to understand, in my
opinion.  When everything goes right, it prints out plenty of stuff.
When something goes wrong, it prints more stuff, but that stuff usually
doesn't make it clear to me what went wrong or where.

Moving it into Autotest helps in two ways.  When everything goes right,
all you get is a clear summary that says that.  When something goes wrong,
you get clear log files that explain where.

(This commit actually duplicates the Perl module tests: it makes Autotest
copies of each of the individual tests, and Autotest also runs the
t/Pspp.t unit test.  The former are easier to understand; the latter is
what Perl hackers apparently expect to see.)
configure.ac
perl-module/automake.mk
tests/atlocal.in
tests/automake.mk
tests/perl-module.at [new file with mode: 0644]
tests/testsuite.at