diff options
| author | Joel Martin <github@martintribe.org> | 2015-02-28 10:38:17 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-02-28 10:38:17 -0600 |
| commit | 699f0ad23aca21076edb6a51838d879ca580ffd5 (patch) | |
| tree | d644fbed1320ae0dd3ce2f15672a78f81b26edbb /Makefile | |
| parent | 2ab1e5845c213a9951bee46a0c991202e6c46d5c (diff) | |
| download | mal-699f0ad23aca21076edb6a51838d879ca580ffd5.tar.gz mal-699f0ad23aca21076edb6a51838d879ca580ffd5.zip | |
Add long running perf test.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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)) |
