TI-94 #98 Added test

This commit is contained in:
Thomas Lauf 2018-03-20 22:41:34 +01:00 committed by lauft
parent 0b6dbf7e12
commit 9c97c4a1ce
3 changed files with 171 additions and 5 deletions

View file

@ -53,7 +53,6 @@ UUID_REGEXP = ("[0-9A-Fa-f]{8}-" + ("[0-9A-Fa-f]{4}-" * 3) + "[0-9A-Fa-f]{12}")
def timew_binary_location(cmd="timew"):
""" ../src/ is used by default."""
return os.path.join(BIN_PREFIX, cmd)
return binary_location(cmd, TIMEW_USE_PATH)
def binary_location(cmd, USE_PATH=False):