cisco / ChezScheme

Chez Scheme
Apache License 2.0
6.99k stars 987 forks source link

repair thread test for `make test-more` #880

Closed mflatt closed 3 weeks ago

mflatt commented 4 weeks ago

Repair the test so that it works when the maximum collect generation is set to 1, and add a test-more case to the CI configuration.

Also, refine a workaround preprocessor check to enable it only when defined(__apple_build_version__).

mflatt commented 4 weeks ago

Includes the suggestion from @glandium in #879.