summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/less.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/less.t b/lib/less.t
new file mode 100644
index 0000000000..c801a1bda6
--- /dev/null
+++ b/lib/less.t
@@ -0,0 +1,10 @@
+#!./perl
+
+BEGIN {
+ chdir 't' if -d 't';
+ push @INC, '../lib';
+}
+
+use Test::More tests => 1;
+
+use_ok( 'less' );