summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/000-load.t7
-rw-r--r--t/001-basic.t8
2 files changed, 15 insertions, 0 deletions
diff --git a/t/000-load.t b/t/000-load.t
new file mode 100644
index 0000000..6cafcf3
--- /dev/null
+++ b/t/000-load.t
@@ -0,0 +1,7 @@
+#!perl -T
+use strict;
+use warnings;
+use Test::More tests => 1;
+
+use_ok 'Games::Word';
+
diff --git a/t/001-basic.t b/t/001-basic.t
new file mode 100644
index 0000000..4043c35
--- /dev/null
+++ b/t/001-basic.t
@@ -0,0 +1,8 @@
+#!perl -T
+use strict;
+use warnings;
+use Test::More tests => 1;
+use Games::Word;
+
+ok(1);
+