q/tests
2025-02-19 15:36:42 +01:00
..
errors Improved type system 2025-02-17 14:31:47 +01:00
programs Implemented loads with register offsets 2025-02-19 15:36:42 +01:00
errors_test.go Improved type system 2025-02-17 14:31:47 +01:00
examples_test.go Simplified config package 2025-02-17 23:36:11 +01:00
programs_test.go Implemented loads with register offsets 2025-02-19 15:36:42 +01:00
readme.md Updated documentation 2024-08-26 12:46:47 +02:00

Tests

go test ./... -v -cover

Benchmarks

go test ./tests -run='^$' -bench=. -benchmem