Summary

make check does not respect PROGRAM_PREFIX and PROGRAM_SUFFIX

Metadata

Description

PROGRAM_PREFIX and PROGRAM_SUFFIX are ignored in `runtests.sh`:

 $ make PROGRAM_SUFFIX=5 PLATFORM=linux check
 ...
 cd tests; sh runtests.sh
 ======================================== version tests ...
 runtests.sh: line 67: ../csc: No such file or directory
 make: *** [rules.make:967: check] Error 127

Felix is aware of this but I though I'd turn it into an issue for reference.

Changes and comments

[2018-05-01 13:28:20 UTC] felix set difficulty to easy

[2018-05-01 13:28:20 UTC] felix changed component from unknown to build system

[2018-05-01 13:28:20 UTC] felix changed milestone from someday to 5.0

[2018-05-01 16:41:16 UTC] kooda changed status from new to closed

[2018-05-01 16:41:16 UTC] kooda set resolution to duplicate

[2018-05-01 16:41:16 UTC] kooda wrote:

Duplicate of #1458 :Þ