1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-11 00:52:44 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Jordi Íñigo
1e8fc91409 Go: Minor 2018-07-08 11:22:49 +02:00
Jordi Íñigo
a536db2105 Go: added file back accidentally removed 2018-07-08 11:20:46 +02:00
Jordi Íñigo
3932a29be3 Go: modified error messages 2018-07-08 01:44:28 +02:00
Jordi Íñigo
9bc61630d2 Go: removed some redundant tests 2018-07-07 22:04:52 +02:00
Jordi Íñigo
07bd1c1ff1 Go: Fix panic on call to function with wrong number of arguments 2018-07-06 13:18:48 +02:00
Joel Martin
dca6b58578 Tests: move step5 non-TCO tests to per impl.
- Remove most of the step5 excludes in the Makefile except for ones
  which don't have TCO capability at all (or the implementation is too
  slow): bash, make, mal, matlab.

- Make perf_EXCLUDES consistent with other excludes.

- Add a print-FOO target which prints the resolved value of Makefile
  variable FOO. For example, `make print-IMPLS` to print the list of
  implementations.
2016-03-14 23:39:21 -05:00