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
No related branches found
No related tags found
No related merge requests found
...@@ -35,3 +35,4 @@ test: all ...@@ -35,3 +35,4 @@ test: all
@ [ -n "$$(which ruby)" ] && time -f "%C : %E seconds" ./prime.rb $(ROUNDS) > /dev/null @ [ -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 @ [ -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 @ [ -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 ...@@ -16,6 +16,7 @@ Added languages
- JS - JS
- Ruby - Ruby
- Clojure - Clojure
- TCL
Usage Usage
----- -----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment