This website requires JavaScript.
Explore
Help
Sign In
izaya
/
collapseos
Watch
1
Star
0
Fork
0
You've already forked collapseos
mirror of
https://github.com/hsoft/collapseos.git
synced
2024-11-09 03:08:05 +11:00
Code
Issues
Releases
Wiki
Activity
5be9b9cd3e
collapseos
/
tests
/
Makefile
7 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
Move "emul" folder to root
2020-01-01 05:32:09 +11: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 23:33:20 +10:00
.PHONY
:
run
run
:
Add /tools/slatest To update LATEST offset more easily. Will be useful for recipes.
2020-04-03 14:15:43 +11:00
$(
MAKE
)
-C
$(
EMULDIR
)
forth/forth
tests: add Forth tests Modest first step
2020-03-20 06:43:48 +11:00
cd
forth
&&
./runtests.sh
Reference in New Issue
Copy Permalink