summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-12-25 10:20:26 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-12-25 10:20:26 +0100
commit3aedf7a4e2380b9e96b2b68bfd9fb13a33774c5d (patch)
treeb464a69b9379024615aeef8f36aa35c267bb9064
parentc8c70d5434e1844161a8b622cfe2e42e04b5fcf5 (diff)
downloadApp-ArchLinux-PackagerTools-3aedf7a4e2380b9e96b2b68bfd9fb13a33774c5d.tar.gz
App-ArchLinux-PackagerTools-3aedf7a4e2380b9e96b2b68bfd9fb13a33774c5d.tar.xz
t/compile: Test compile all packages
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--t/compile.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/compile.t b/t/compile.t
index b0bdaa5..29f37d6 100644
--- a/t/compile.t
+++ b/t/compile.t
@@ -3,7 +3,11 @@ use Test::More 0.98;
use_ok $_ for qw(
App::ArchLinux::PackagerTools
+ App::ArchLinux::PackagerTools::Archweb
+ App::ArchLinux::PackagerTools::Cache
+ App::ArchLinux::PackagerTools::Config
App::ArchLinux::PackagerTools::CPAN
+ App::ArchLinux::PackagerTools::CPAN::PackagesDetailsFetcher
App::ArchLinux::PackagerTools::Pacman
);