summaryrefslogtreecommitdiffstats
path: root/t/01compile.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01compile.t')
-rw-r--r--t/01compile.t10
1 files changed, 10 insertions, 0 deletions
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));