1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

lib/ split: fix forgotten paths in test/perf*.mal.

This commit is contained in:
Nicolas Boulenguez 2019-05-15 17:21:35 +02:00
parent a1805b96af
commit 4924fac100
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
(load-file "../lib/core.mal") ; or ->
(load-file "../lib/composition.mal") ; ->
(load-file "../lib/perf.mal") ; time
(load-file "../lib/test_cascade.mal") ; or
;;(prn "Start: basic macros performance test")

View File

@ -1,5 +1,6 @@
(load-file "../lib/core.mal") ; or ->
(load-file "../lib/composition.mal") ; ->
(load-file "../lib/perf.mal") ; run-fn-for
(load-file "../lib/test_cascade.mal") ; or
;;(prn "Start: basic macros/atom test")