mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-23 22:38:06 +11:00
Include tools/tests/shell/test.cfs in repo
The order in which cfspack includes its file depend on the platform. To have tests that reliably pass, test.cfs has to be committed in.
This commit is contained in:
parent
9ab292a6d5
commit
c002c69208
@ -1,4 +1,5 @@
|
|||||||
EMULDIR = ../emul
|
EMULDIR = ../emul
|
||||||
|
CFSPACK = ../cfspack/cfspack
|
||||||
|
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
run:
|
run:
|
||||||
@ -6,3 +7,10 @@ run:
|
|||||||
cd unit && ./runtests.sh
|
cd unit && ./runtests.sh
|
||||||
cd zasm && ./runtests.sh
|
cd zasm && ./runtests.sh
|
||||||
cd shell && ./runtests.sh
|
cd shell && ./runtests.sh
|
||||||
|
|
||||||
|
$(CFSPACK):
|
||||||
|
$(MAKE) -C ../cfspack
|
||||||
|
|
||||||
|
.PHONY: cfs
|
||||||
|
cfs: $(CFSPACK)
|
||||||
|
$(CFSPACK) shell/cfsin > shell/test.cfs
|
||||||
|
1
tools/tests/shell/.gitignore
vendored
1
tools/tests/shell/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
/test.cfs
|
|
@ -17,8 +17,6 @@ replay() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
../../cfspack/cfspack cfsin > test.cfs
|
|
||||||
|
|
||||||
if [ ! -z $1 ]; then
|
if [ ! -z $1 ]; then
|
||||||
replay $1
|
replay $1
|
||||||
exit 0
|
exit 0
|
||||||
|
BIN
tools/tests/shell/test.cfs
Normal file
BIN
tools/tests/shell/test.cfs
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user