blob: 7ba05ce7d9cef5cb9600e4755ca2a372e32a4ec4 (
plain)
1
2
3
4
5
6
7
8
9
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));
|