Raymond Toy pushed to branch issue-242-c-call-char-result-wrong at cmucl / cmucl
Commits: 3107832c by Raymond Toy at 2023-06-16T06:38:26-07:00 Remove debugging stuff and add comment
- - - - -
1 changed file:
- bin/run-tests.sh
Changes:
===================================== bin/run-tests.sh ===================================== @@ -47,8 +47,9 @@ function cleanup {
trap cleanup EXIT
-echo $PWD -ls tests/*.c +# Compile up the C file that is used for testing alien funcalls to +# functions that return integer types of different lengths. We use +# gcc since clang isn't always available. (cd tests; gcc -m32 -O3 -c test-return.c)
if [ $# -eq 0 ]; then
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/3107832c9f11f35abc939038...