diff options
| author | Joel Martin <github@martintribe.org> | 2014-10-27 18:13:45 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-01-06 21:58:59 -0600 |
| commit | a77e2b31de9d1c1f5767e6bff56062f8b3c71211 (patch) | |
| tree | 1dcf0de2c407510aee4fac2ac5a8dfef7b63c963 /tests | |
| parent | 4ee7c0f2970accc0f49eeac7fb2a0359b159c8ae (diff) | |
| download | mal-a77e2b31de9d1c1f5767e6bff56062f8b3c71211.tar.gz mal-a77e2b31de9d1c1f5767e6bff56062f8b3c71211.zip | |
rust: add step8_macros
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/perf1.mal | 1 | ||||
| -rw-r--r-- | tests/perf2.mal | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/perf1.mal b/tests/perf1.mal index 871e28f..73488f8 100644 --- a/tests/perf1.mal +++ b/tests/perf1.mal @@ -1,4 +1,5 @@ (load-file "../core.mal") +(load-file "../perf.mal") ;;(prn "Start: basic macros performance test") diff --git a/tests/perf2.mal b/tests/perf2.mal index 3889191..c525baf 100644 --- a/tests/perf2.mal +++ b/tests/perf2.mal @@ -1,4 +1,5 @@ (load-file "../core.mal") +(load-file "../perf.mal") ;;(prn "Start: basic math/recursion test") |
