summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-01-30 21:34:54 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-01-30 21:34:54 -0500
commitb1ae1086a4fcfa69c7fa70e5964923a7c9e1003c (patch)
treee77431122f18cf03bb844d9e4680729114b5b5ca /t
downloadgames-word-b1ae1086a4fcfa69c7fa70e5964923a7c9e1003c.tar.gz
games-word-b1ae1086a4fcfa69c7fa70e5964923a7c9e1003c.zip
Initial import of Games::Word
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);
+