This website requires JavaScript.
Explore
Help
Register
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-05 15:10:55 +11:00
Code
Issues
Releases
Wiki
Activity
9ad7ee7a4b
collapseos
/
tests
/
Makefile
7 lines
90 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
:
Move /emul/forth/* to /emul Less noisy this way
2020-04-25 07:53:58 +10:00
$(
MAKE
)
-C
$(
EMULDIR
)
all
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