mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-22 05:32:28 +00:00
Move inctest.fth from src/ to tests/
This commit is contained in:
parent
46f0c31dc4
commit
5761bf7c9e
@ -29,9 +29,10 @@ src/%.fth: src/%.fb ../../tools/fb2fth.py
|
|||||||
tests/%.fth: tests/%.fb ../../tools/fb2fth.py
|
tests/%.fth: tests/%.fb ../../tools/fb2fth.py
|
||||||
../../tools/fb2fth.py $< $@
|
../../tools/fb2fth.py $< $@
|
||||||
|
|
||||||
inctest.log: $(patsubst %, $(cpmfilesdir)/%, volks4th.com) \
|
inctest.log: \
|
||||||
$(patsubst src/%, $(cpmfilesdir)/%, \
|
$(patsubst %, $(cpmfilesdir)/%, volks4th.com) \
|
||||||
src/include.fb src/inctest.fth) \
|
$(patsubst src/%, $(cpmfilesdir)/%, src/include.fb) \
|
||||||
|
$(patsubst tests/%, $(cpmfilesdir)/%, tests/inctest.fth) \
|
||||||
| emu
|
| emu
|
||||||
./emulator/run-in-runcpm.sh \
|
./emulator/run-in-runcpm.sh \
|
||||||
"volks4th" \
|
"volks4th" \
|
||||||
@ -41,9 +42,9 @@ inctest.log: $(patsubst %, $(cpmfilesdir)/%, volks4th.com) \
|
|||||||
"exit"
|
"exit"
|
||||||
cp $(runcpmdir)/output.log $@
|
cp $(runcpmdir)/output.log $@
|
||||||
|
|
||||||
logtest.log: $(patsubst %, $(cpmfilesdir)/%, volks4th.com) \
|
logtest.log: \
|
||||||
$(patsubst tests/%, $(cpmfilesdir)/%, \
|
$(patsubst %, $(cpmfilesdir)/%, volks4th.com) \
|
||||||
tests/log2file.fb) \
|
$(patsubst tests/%, $(cpmfilesdir)/%, tests/log2file.fb) \
|
||||||
| emu
|
| emu
|
||||||
./emulator/run-in-runcpm.sh \
|
./emulator/run-in-runcpm.sh \
|
||||||
"volks4th" \
|
"volks4th" \
|
||||||
|
Loading…
Reference in New Issue
Block a user