From 3aedf7a4e2380b9e96b2b68bfd9fb13a33774c5d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 25 Dec 2018 10:20:26 +0100 Subject: t/compile: Test compile all packages Signed-off-by: Florian Pritz --- t/compile.t | 4 ++++ 1 file changed, 4 insertions(+) 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 ); -- cgit v1.2.3-24-g4f1b