summaryrefslogtreecommitdiffstats
path: root/t/compile-time.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-08-05 14:44:29 -0500
committerJesse Luehrs <doy@tozt.net>2011-08-05 14:44:29 -0500
commit35ac42dfa898f4ed2124a52545f7f7c2d2bd0449 (patch)
treed6c30d3e47a0e153635a3dc6bf961827eafa81b5 /t/compile-time.t
parent5a4d63bd5f5f484ca406b6cf7f6c8d0fb9326a0a (diff)
downloadpackage-stash-xs-35ac42dfa898f4ed2124a52545f7f7c2d2bd0449.tar.gz
package-stash-xs-35ac42dfa898f4ed2124a52545f7f7c2d2bd0449.zip
copy tests over
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;