commit | 7682d5d1ff55c71564fe6aab1ea9864f37283ff8 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Nov 30 11:03:50 2022 +0100 |
committer | Akron <nils@diewald-online.de> | Mon Dec 05 14:59:36 2022 +0100 |
tree | 04974eb465956c75561784e2c99d5e9ec32c3ca1 | |
parent | e4276a94e933bfb304ad840882b95371fdf9400c [diff] |
Add command tests to Makefile Change-Id: I613ef10137d01a0d013e13fd6f612a0aee762098
diff --git a/Makefile.PL b/Makefile.PL index bc71cd6..90f76a1 100644 --- a/Makefile.PL +++ b/Makefile.PL
@@ -62,6 +62,6 @@ }, test => { - TESTS => 't/*.t t/plugin/*.t' + TESTS => 't/*.t t/plugin/*.t t/command/*.t' } );