chibi-scheme/tests/ffi
Alexei Lozovsky cc23efac16
Initialize variables in FFI tests
These ones are used to compute averages. If they are not initialized to
zero, they might contain some garbage. In fact, they almost always do
on platforms other that x86_64, failing the FFI tests. If optimizations
are enabled, these tests usually fail on x86_64 too. The reason this
went unnoticed is contrived set of coincidences.
2021-06-06 11:19:52 +09:00
..
ffi-tests.scm Initialize variables in FFI tests 2021-06-06 11:19:52 +09:00