about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-12-15 02:00:18 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-12-15 02:00:18 -0800
commitfaad417b119394dc80eabadeab29c4128094230e (patch)
treebb95540444bf1f4b53c26cbc2ee1632b49e7455c /mu.arc.t
parent0ae67ccb0a3411fbcdbf14ddb70c79f61cb258cd (diff)
downloadmu-faad417b119394dc80eabadeab29c4128094230e.tar.gz
430 - cache common functions for tests
Tests now take 21s instead of 76s, reclaiming recent losses and more.
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/mu.arc.t b/mu.arc.t
index 041c9560..59ba0e78 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -175,8 +175,10 @@
       (3:integer <- add 1:integer 2:integer)
      ])))
 (run 'main)
+;? (prn memory*)
 (if (~iso memory* (obj 1 1  2 3  3 4))
   (prn "F - 'add' operates on two addresses"))
+;? (quit)
 
 (reset)
 (new-trace "add-literal")