[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #1460: make check does not respect PROGRAM_PREFIX and
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #1460: make check does not respect PROGRAM_PREFIX and PROGRAM_SUFFIX |
Date: |
Tue, 01 May 2018 10:49:04 -0000 |
#1460: make check does not respect PROGRAM_PREFIX and PROGRAM_SUFFIX
------------------------+--------------------------------
Reporter: kristianlm | Owner:
Type: defect | Status: new
Priority: major | Milestone: someday
Component: unknown | Version: 5.0
Keywords: | Estimated difficulty:
------------------------+--------------------------------
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.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1460>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- [Chicken-janitors] #1460: make check does not respect PROGRAM_PREFIX and PROGRAM_SUFFIX,
Chicken Trac <=