brought test suite up to date, fixed a dumb error that occured when parsing integers larger than 100
This commit is contained in:
parent
34929a452e
commit
37f9d2a07a
8 changed files with 196 additions and 43 deletions
|
@ -27,7 +27,7 @@ main(Backends) ->
|
|||
|
||||
to_abf(Backend) ->
|
||||
case os:getenv("TMPDIR") of
|
||||
false -> Out = "/tmp"
|
||||
false -> Out = "."
|
||||
; Out -> Out
|
||||
end,
|
||||
Name = to_modname(Backend),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue