commit | 9c0488f60a6ca2bbd8bf7c494ba06193054c7565 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Jan 28 14:17:15 2016 +0100 |
committer | Akron <nils@diewald-online.de> | Thu Jan 28 14:17:15 2016 +0100 |
tree | 80a13a139d61db7b045cbbd2b495cd84cc12fe7c | |
parent | 0e924c4f875d99d9c75c0a12453b15e5c883e768 [diff] [blame] |
Finished test suite Change-Id: I05969aba1dab4802822499e0fda8e7a1a21fa693
diff --git a/Makefile.PL b/Makefile.PL index 79ab3b1..9818ad1 100644 --- a/Makefile.PL +++ b/Makefile.PL
@@ -30,6 +30,10 @@ }, MIN_PERL_VERSION => '5.014', test => { - TESTS => 't/*.t' - } + TESTS => + 't/*.t '. + 't/index/*.t ' . + 't/sgbr/*.t ' . + 't/real/*.t' + } );