fix hts test command

(cherry picked from commit b26f564d19ede8b5353fe7ac9a90b5034b3ea55b)
This commit is contained in:
narimiran
2020-01-14 07:44:20 +01:00
parent 29b6dd6196
commit 83c1ec46ce

View File

@@ -33,7 +33,7 @@ pkg "gara"
pkg "glob"
pkg "gnuplot"
# pkg "godot", "nim c -r godot/godot.nim" # not yet compatible with Nim 0.19
pkg "hts", "nim c -o:htss -r src/hts.nim"
pkg "hts", "nim c -o:htss src/hts.nim"
pkg "illwill", "nimble examples"
pkg "inim"
pkg "itertools", "nim doc src/itertools.nim"