Files
Odin/tests/core/speed.odin
2024-06-09 16:10:06 +02:00

6 lines
147 B
Odin

// Tests intended to be ran with optimizations on
package tests_core
@(require) import "crypto"
@(require) import "hash"
@(require) import "image"