initial harness code and read channel
[scpubgit/TenDotTcl.git] / t / 000-harness-sanity.t
diff --git a/t/000-harness-sanity.t b/t/000-harness-sanity.t
new file mode 100644 (file)
index 0000000..70fb0c5
--- /dev/null
@@ -0,0 +1,5 @@
+BEGIN { exec(tclsh => 't/tcl/harness.tcl' => $0) }
+
+pass "This is a passing test"
+
+done_testing