Re: Including SRFI-197
Maxim Cournoyer <[email protected]> Wed, 18 Jun 2025 16:27:36 +0900
| Newsgroups | gmane.lisp.guile.devel |
|---|---|
| Organization | Guixotic |
| Message-ID | <[email protected]> |
Hi Rob, Rob Browning <[email protected]> writes: > Rob Browning <[email protected]> writes: > >> So for now I've attempted to just allow us to mix and match SRFI-64 and >> (test-suite lib) based tests by integrating SRFI-64 into the existing >> automake/check-guile arrangement via a suitable test driver. > > I've pushed this preliminary support to main along with SRFI-197. So if > you add a file that uses SRFI-64 and ends with .sr64 to > test-suite/tests/ and then add it to SCM_TESTS, it should be fully > incorporated into "make check", and should also be available via say > ./check-guile srfi-197.sr64. I've never heard of the .sr64 file extension; was there a reason to not stick to .scm? sr64 probably requires a prop variable to have Emacs understand the source as Scheme? Otherwise, it sounds good! Thanks for your efforts! -- Maxim