summaryrefslogtreecommitdiffstats
path: root/t/compile-time.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-08-05 14:41:11 -0500
committerJesse Luehrs <doy@tozt.net>2011-08-05 14:41:11 -0500
commitaa9c54a31b72a6cc7bdce3efcc27dd010e593564 (patch)
tree804d931b024dd4d09c454b016909976c396dfbaf /t/compile-time.t
parentd173d3a338b6b69f9d84006f05fc50c95193919a (diff)
downloadpackage-stash-aa9c54a31b72a6cc7bdce3efcc27dd010e593564.tar.gz
package-stash-aa9c54a31b72a6cc7bdce3efcc27dd010e593564.zip
refactor tests a bit
Diffstat (limited to 't/compile-time.t')
-rw-r--r--t/compile-time.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/compile-time.t b/t/compile-time.t
new file mode 100644
index 0000000..90debf2
--- /dev/null
+++ b/t/compile-time.t
@@ -0,0 +1,9 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use lib 't/lib';
+use Test::More;
+
+use_ok('CompileTime');
+
+done_testing;