Skip to content
Snippets Groups Projects
Commit 916a6191 authored by nimrod's avatar nimrod
Browse files

Added TCL to the list of languages, TCL run to test target.

parent e7cc23d1
Branches
Tags
No related merge requests found
......@@ -35,3 +35,4 @@ test: all
@ [ -n "$$(which ruby)" ] && time -f "%C : %E seconds" ./prime.rb $(ROUNDS) > /dev/null
@ [ -n "$$(which node)" ] && time -f "%C : %E seconds" ./prime.js $(ROUNDS) > /dev/null
@ [ -x /usr/bin/awk ] && time -f "%C : %E seconds" ./prime.awk $(ROUNDS) > /dev/null
@ [ -n "$$(which tclsh)" ] && time -f "%C : %E seconds" ./prime.tcl $(ROUNDS) > /dev/null
......@@ -16,6 +16,7 @@ Added languages
- JS
- Ruby
- Clojure
- TCL
Usage
-----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment