diff options
-rw-r--r-- | t/01distribconf.t | 9 | ||||
-rw-r--r-- | t/02distribconf.t | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/t/01distribconf.t b/t/01distribconf.t new file mode 100644 index 0000000..b058419 --- /dev/null +++ b/t/01distribconf.t @@ -0,0 +1,9 @@ +#!/usr/bin/perl + +# $Id$ + +use strict; +use Test::More tests => 1; + +use_ok('MDV::Distribconf'); + diff --git a/t/02distribconf.t b/t/02distribconf.t new file mode 100644 index 0000000..dd8cf08 --- /dev/null +++ b/t/02distribconf.t @@ -0,0 +1,9 @@ +#!/usr/bin/perl + +# $Id$ + +use strict; +use Test::More tests => 1; + +use_ok('MDV::Distribconf::Build'); + |