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..5ffbc19
--- /dev/null
+++ b/t/000-load.t
@@ -0,0 +1,7 @@
+#!perl -T
+use strict;
+use warnings;
+use Test::More tests => 1;
+
+use_ok 'Language::TECO';
+
diff --git a/t/001-basic.t b/t/001-basic.t
new file mode 100644
index 0000000..b316d98
--- /dev/null
+++ b/t/001-basic.t
@@ -0,0 +1,8 @@
+#!perl -T
+use strict;
+use warnings;
+use Test::More tests => 1;
+use Language::TECO;
+
+ok(1);
+