]> git.donarmstrong.com Git - bugscan.git/commitdiff
add require test
authorDon Armstrong <don@donarmstrong.com>
Wed, 19 Mar 2014 16:15:37 +0000 (09:15 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 19 Mar 2014 16:15:37 +0000 (09:15 -0700)
t/01_require.t [new file with mode: 0644]

diff --git a/t/01_require.t b/t/01_require.t
new file mode 100644 (file)
index 0000000..ce06276
--- /dev/null
@@ -0,0 +1,9 @@
+# -*- mode: cperl; -*-
+use Test::More;
+
+use_ok('bugcfg');
+use_ok('scanlib');
+
+
+# done testing
+done_testing();