From a77e2b31de9d1c1f5767e6bff56062f8b3c71211 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 27 Oct 2014 18:13:45 -0500 Subject: rust: add step8_macros --- tests/perf1.mal | 1 + tests/perf2.mal | 1 + 2 files changed, 2 insertions(+) (limited to 'tests') 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") -- cgit v1.2.3