Skip to content

Commit

Permalink
Makefile: run the tests properly
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Feb 3, 2021
1 parent 43e42c6 commit 206b33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ test/wasm32/%.exe.wasm: test/wasm32/%.exe tools/bin/elf-to-wasm

# wasm output rule
test/wasm32/%.wasm.out: test/wasm32/%.wasm
JS=$(JS) WASMDIR=$(PWD) $(JS) $(PWD)/js/wasm32.js $< > $@ 2> test/wasm32/$*.wasm.err || true
JS=$(JS) WASMDIR=$(PWD) EXECUTABLE=$< $(JS) $(PWD)/js/wasm32.js $< > $@ 2> test/wasm32/$*.wasm.err || true
@echo "STDOUT"
@cat $@
@echo "STDERR"
Expand Down

0 comments on commit 206b33d

Please sign in to comment.