From 13f51c2044fb22f6b3cb8c674a23fe636f7fb33d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 19 Aug 2018 14:48:47 +0200 Subject: Reorganize tests Signed-off-by: Florian Pritz --- t/compile.t | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 t/compile.t (limited to 't/compile.t') diff --git a/t/compile.t b/t/compile.t new file mode 100644 index 0000000..2c21a88 --- /dev/null +++ b/t/compile.t @@ -0,0 +1,9 @@ +use strict; +use Test::More 0.98; + +use_ok $_ for qw( + App::BorgRestore +); + +done_testing; + -- cgit v1.2.3-24-g4f1b