When trying to do regression testing on Cygwin,
something is wrong: the initial setup that I see happen once on GNU/Linux apparently happens twice (and twice again on any subsequent next make, while on GNU/LInux it happens zero times on subsequent make), and after that the testing does not proceed:
test-host target:
test@DESKTOP-ANMJUEP ~/sdcc-code/sdcc/support/regression
$ make test-host
.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
populated MakeList...
gce: gcc torture execute.. 159
m4: macro tests.. 1
qct: QuickC tests.. 108
tcc: tinycc tests.. 117
tpl: template tests.. 101
tst: plain tests.. 1461
.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
populated MakeList...
gce: gcc torture execute.. 159
m4: macro tests.. 1
qct: QuickC tests.. 108
tcc: tinycc tests.. 117
tpl: template tests.. 101
tst: plain tests.. 1461
Running host regression tests
test@DESKTOP-ANMJUEP ~/sdcc-code/sdcc/support/regression
test-ucz80 target:
test@DESKTOP-ANMJUEP ~/sdcc-code/sdcc/support/regression
$ make test-ucz80
....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
populated MakeList...
gce: gcc torture execute.. 159
m4: macro tests.. 1
qct: QuickC tests.. 108
tcc: tinycc tests.. 117
tpl: template tests.. 101
tst: plain tests.. 1461
.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
populated MakeList...
gce: gcc torture execute.. 159
m4: macro tests.. 1
qct: QuickC tests.. 108
tcc: tinycc tests.. 117
tpl: template tests.. 101
tst: plain tests.. 1461
make[2]: ../../bin/sdcc.exe: No such file or directory
make[2]: *** [Makefile:431: gen/ucz80/testfwk.rel] Error 127
make[1]: *** [Makefile:364: test-port] Error 2
make: *** [Makefile:203: test-ucz80] Error 2
test@DESKTOP-ANMJUEP ~/sdcc-code/sdcc/support/regression