commit | 5f51d4251005f9db8346fef36f8713e453c341ea | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Aug 16 16:26:43 2016 +0200 |
committer | Akron <nils@diewald-online.de> | Tue Aug 16 16:26:43 2016 +0200 |
tree | 0b37c40c915699da44a34620357cc6e81d8e351f | |
parent | 92ad95b5d478a3a4665cb953dbcd1441d2d4e89b [diff] [blame] |
Fixed annotation bug in script Change-Id: I2aef3e9d2bb73adf4969f0378e2bbe4914cee48a
diff --git a/Makefile.PL b/Makefile.PL index 8e3aae2..efe949b 100644 --- a/Makefile.PL +++ b/Makefile.PL
@@ -40,9 +40,10 @@ test => { TESTS => 't/*.t '. - 't/annotation/*.t ' . - 't/sgbr/*.t ' . - 't/real/*.t' + 't/annotation/*.t ' . + 't/sgbr/*.t ' . + 't/real/*.t ' . + 't/script/*.t ' }, EXE_FILES => ['script/korapxml2krill'] );