diff options
Diffstat (limited to 'runtime/tests/string/Makefile')
-rw-r--r-- | runtime/tests/string/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/tests/string/Makefile b/runtime/tests/string/Makefile new file mode 100644 index 00000000..c396c132 --- /dev/null +++ b/runtime/tests/string/Makefile @@ -0,0 +1,5 @@ +default: tests + +tests: + tclsh all.tcl + |