zerogc icon indicating copy to clipboard operation
zerogc copied to clipboard

Make tests generic over any `GcSystem`

Open Techcable opened this issue 4 years ago • 0 comments

This depends on #27

While zerogc is implementation agnostic in theory, in practice, it would be difficult to test multiple implementations without copying all the tests.

Therefore, I've refactored the tests into a separate zerogc-test crate, that is able to test any GcSystem.

Techcable avatar Jul 02 '21 08:07 Techcable