problem with test
Andreas Eder via Gauche-devel <[email protected]> Wed, 23 Jul 2025 00:24:45 +0200
| Newsgroups | gmane.lisp.scheme.gauche |
|---|---|
| Message-ID | <[email protected]> |
Hello list, this is my first mail here. when doing a 'make check' it dies with tje following error: ,---- | Testing integer arithmetic macros ... passed. | cat: ../test/TESTS: No such file or directory | *** ERROR: cannot find "../test/capi.scm" to load | Stack Trace: | _______________________________________ | 0 (report-error e) | 1 (find-load-file file paths suffixes :error-if-not-found error ... | 2 (load (cadr args)) | 3 (main args) | make[1]: *** [Makefile:482: test] Error 70 | make[1]: Leaving directory '/source/Gauche/src' | make: *** [Makefile:55: check] Error 2 `---- I guess the '../test/TESTS' should be a 'tests/TEST'. and '../test/capi.scm' should be '../tests/capi.scm'. Yours, Andreas -- ceterum censeo redmondinem esse delendam