From 3daaf5fd9449b35ce0210ec391c002a75c50a2c7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 28 Oct 2017 01:11:55 +0200 Subject: add minimal tests --- t/01compile.t | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 t/01compile.t (limited to 't') diff --git a/t/01compile.t b/t/01compile.t new file mode 100644 index 0000000..7ba05ce --- /dev/null +++ b/t/01compile.t @@ -0,0 +1,10 @@ +#!/usr/bin/perl +# $Id$ + +use Test::More tests => 3; + +use_ok('MDK::Common'); +can_ok('MDK::Common', qw(if_ member uniq)); + +# System +can_ok('MDK::Common::System', qw(arch fuzzy_pidofs list_home)); -- cgit v1.2.1