[Git][cmucl/cmucl][issue-242-c-call-char-result-wrong] Remove debugging stuff and add comment

Raymond Toy (@rtoy) gitlab at common-lisp.net
Fri Jun 16 13:39:10 UTC 2023



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/3107832c9f11f35abc939038e2e9a036a24580a2

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/3107832c9f11f35abc939038e2e9a036a24580a2
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20230616/202f7c73/attachment.html>


More information about the cmucl-cvs mailing list