commit | 48f302895364cfae048df2e57d3241c32b45adcc | [log] [tgz] |
---|---|---|
author | Helge <stallkamp@ids-mannheim.de> | Tue Nov 29 21:01:05 2022 +0100 |
committer | Helge <stallkamp@ids-mannheim.de> | Tue Nov 29 21:01:05 2022 +0100 |
tree | ce9c7c753ca796b07296c800c0628e2cc6ea2aae | |
parent | b7749058abe77351f2b499be0dc16aa3b6bf159c [diff] |
include plugin tests Change-Id: Ief5d156fb856f3d63bc0c1fb0c669c0f7cdda9d8
diff --git a/Makefile.PL b/Makefile.PL index 1b52abc..bc71cd6 100644 --- a/Makefile.PL +++ b/Makefile.PL
@@ -62,6 +62,6 @@ }, test => { - TESTS => 't/*.t' + TESTS => 't/*.t t/plugin/*.t' } );