aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2017-11-10 13:47:01 -0500
committerBrian Cully <bjc@kublai.com>2017-11-12 11:48:56 -0500
commit2bb7eb2dec219d05edb53002e10811fa214325b8 (patch)
treef593bef77ba64339622d720ac51901e4626848ab /INSTALL
parent3f8f46c8b10d060ec4ba7f3be91ff3cb6e903e01 (diff)
downloadxmpt-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 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..afe6a74
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,4 @@
+% perl Makefile.PL
+% make
+% make test
+% make install