b32: add test + rm padding

This commit is contained in:
swrup 2026-02-07 20:29:35 +01:00 committed by Swrup
parent 15cda091ab
commit 178f02300f
4 changed files with 24 additions and 28 deletions

View file

@ -3,6 +3,11 @@
(modules test)
(libraries mte fmt))
(test
(name b32)
(modules b32)
(libraries b32 fmt))
; TODO
; cram test?
; gcc -o a.out ./test/signatures.c && ./a.out > a.output