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
22f132094a
collapseos
/
tests
/
Makefile
7 lines
98 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
:
Add /tools/slatest To update LATEST offset more easily. Will be useful for recipes.
2020-04-02 23:15:43 -04:00
$(
MAKE
)
-C
$(
EMULDIR
)
forth/forth
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