Commit 916a6191 authored by nimrod's avatar nimrod
Browse files

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

parent e7cc23d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ Added languages
- JS
- Ruby
- Clojure
- TCL

Usage
-----