This website requires JavaScript.
Explore
lain.church
Help
Register
Sign In
izaya
/
collapseos
Watch
1
Star
1
Fork
0
You've already forked collapseos
Code
Issues
Pull Requests
Releases
Wiki
Activity
1b2c4b519e
collapseos
/
tests
/
Makefile
7 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
Move "emul" folder to root
2019-12-31 13:32:09 -05:00
EMULDIR
=
../emul
Add the concept of unit tests Will be much much easier to tests new core routines without having to re-create their context first. Also, extract parse.asm from core.asm
2019-05-17 09:33:20 -04:00
.PHONY
:
run
run
:
Move /emul/forth/* to /emul Less noisy this way
2020-04-24 17:53:58 -04:00
$(
MAKE
)
-C
$(
EMULDIR
)
all
tests: add Forth tests Modest first step
2020-03-19 15:43:48 -04:00
cd
forth
&&
./runtests.sh
Reference in New Issue
Copy Permalink