mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-12-26 01:29:49 +00:00
Add x16-R39 test to overall test target. Also create a golden file for R39.
This commit is contained in:
parent
fb100de9ed
commit
ef6f246dea
@ -34,7 +34,7 @@ clean:
|
||||
|
||||
binaries: $(vf_binaries)
|
||||
|
||||
test: $(test_resuls)
|
||||
test: $(test_resuls) test-v4th-x16-39.result
|
||||
|
||||
test64: std64 blk64
|
||||
|
||||
@ -143,6 +143,9 @@ test-v4th-x16-39.log: cbmfiles/v4th-x16 emulator/sdcard.img
|
||||
mcopy -i emulator/sdcard.img ::TEST.LOG cbmfiles/test.log
|
||||
petscii2ascii cbmfiles/test.log $@
|
||||
|
||||
test-v4th-x16-39.golden: test-v4th-x16.golden
|
||||
cp $< $@
|
||||
|
||||
test-%.result: test-%.log test-%.golden tests/evaluate-test.sh
|
||||
rm -f $@
|
||||
tests/evaluate-test.sh $(basename $@)
|
||||
|
Loading…
Reference in New Issue
Block a user