summaryrefslogtreecommitdiffstats
path: root/t/compile.t
diff options
context:
space:
mode:
Diffstat (limited to 't/compile.t')
-rw-r--r--t/compile.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/compile.t b/t/compile.t
index e8e5f22..b0bdaa5 100644
--- a/t/compile.t
+++ b/t/compile.t
@@ -3,6 +3,8 @@ use Test::More 0.98;
use_ok $_ for qw(
App::ArchLinux::PackagerTools
+ App::ArchLinux::PackagerTools::CPAN
+ App::ArchLinux::PackagerTools::Pacman
);
done_testing;