aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2015-02-28 10:38:17 -0600
committerJoel Martin <github@martintribe.org>2015-02-28 10:38:17 -0600
commit699f0ad23aca21076edb6a51838d879ca580ffd5 (patch)
treed644fbed1320ae0dd3ce2f15672a78f81b26edbb /Makefile
parent2ab1e5845c213a9951bee46a0c991202e6c46d5c (diff)
downloadmal-699f0ad23aca21076edb6a51838d879ca580ffd5.tar.gz
mal-699f0ad23aca21076edb6a51838d879ca580ffd5.zip
Add long running perf test.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 47c7829..e30a6f6 100644
--- a/Makefile
+++ b/Makefile
@@ -193,5 +193,7 @@ $(IMPL_PERF):
echo 'Running: $(call $(impl)_RUNSTEP,stepA,$(call $(impl)_STEP_TO_PROG,stepA),../tests/perf1.mal)'; \
$(call $(impl)_RUNSTEP,stepA,$(call $(impl)_STEP_TO_PROG,stepA),../tests/perf1.mal); \
echo 'Running: $(call $(impl)_RUNSTEP,stepA,$(call $(impl)_STEP_TO_PROG,stepA),../tests/perf2.mal)'; \
- $(call $(impl)_RUNSTEP,stepA,$(call $(impl)_STEP_TO_PROG,stepA),../tests/perf2.mal))
+ $(call $(impl)_RUNSTEP,stepA,$(call $(impl)_STEP_TO_PROG,stepA),../tests/perf2.mal); \
+ echo 'Running: $(call $(impl)_RUNSTEP,stepA,$(call $(impl)_STEP_TO_PROG,stepA),../tests/perf3.mal)'; \
+ $(call $(impl)_RUNSTEP,stepA,$(call $(impl)_STEP_TO_PROG,stepA),../tests/perf3.mal))