diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-11-17 12:02:39 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-11-17 12:02:39 +0100 |
commit | fd9ce6c0c8b3d7b8816e80bffee436c50eb7cbb9 (patch) | |
tree | b2d4539ec9acddce2b0c578c4a4c231e20d7373e /t | |
download | App-ArchLinux-PackagerTools-fd9ce6c0c8b3d7b8816e80bffee436c50eb7cbb9.tar.gz App-ArchLinux-PackagerTools-fd9ce6c0c8b3d7b8816e80bffee436c50eb7cbb9.tar.xz |
initial commit
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 't')
-rw-r--r-- | t/compile.t | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/t/compile.t b/t/compile.t new file mode 100644 index 0000000..e8e5f22 --- /dev/null +++ b/t/compile.t @@ -0,0 +1,9 @@ +use strict; +use Test::More 0.98; + +use_ok $_ for qw( + App::ArchLinux::PackagerTools +); + +done_testing; + |