mirror of
https://github.com/remko/waforth
synced 2024-12-27 09:59:29 +01:00
standalone: Improve test
This commit is contained in:
parent
e7a45f5b0c
commit
344e926531
1 changed files with 5 additions and 2 deletions
|
@ -76,8 +76,11 @@ package: waforth
|
||||||
|
|
||||||
.PHONY: check
|
.PHONY: check
|
||||||
check:
|
check:
|
||||||
echo "" | ./waforth
|
-rm -f test.out
|
||||||
|
echo ": MAIN 1 2 3 + .S ; MAIN" | ./waforth | tee test.out
|
||||||
|
grep "1 5 ok" test.out
|
||||||
|
rm test.out
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
-rm -f waforth_core.wasm waforth_core.h $(OBJECTS) waforth *.tgz
|
-rm -f waforth_core.wasm waforth_core.h $(OBJECTS) waforth *.tgz *.zip test.out
|
||||||
|
|
Loading…
Reference in a new issue