diff options
author | Brian Cully <bjc@kublai.com> | 2017-11-10 13:47:01 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2017-11-12 11:48:56 -0500 |
commit | 2bb7eb2dec219d05edb53002e10811fa214325b8 (patch) | |
tree | f593bef77ba64339622d720ac51901e4626848ab /xmpt | |
parent | 3f8f46c8b10d060ec4ba7f3be91ff3cb6e903e01 (diff) | |
download | xmpt-2bb7eb2dec219d05edb53002e10811fa214325b8.tar.gz xmpt-2bb7eb2dec219d05edb53002e10811fa214325b8.zip |
Add tests.
* Add simple INSTALL document.
* Add Makefile.PL for make support.
* Moved sample files to t/fixtures.
* Add version to xmpt executable.xmpt
* Add tests for sample CLI run.
Diffstat (limited to 'xmpt')
-rwxr-xr-x | xmpt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ use v5.10; use strict; use warnings; +our $VERSION = '0'; + my $configpath = 'localhost.conf'; my $testplanpath = 'testplan'; my $templatepath = 'xml'; |