Commit graph

2 commits

Author SHA1 Message Date
Ekaitz Zarraga 5d6041b780 DRAFT test: 16-cast.c: Fix for riscv64.
RISC-V64 has `unsigned char` for `char`, so it failed to build. In amd64
`char` is `signed char`, so the code wasn't portable. We have to be
explicit about the sign of the `char`.

* lib/test/scaffold/16-cast.c: Add `signed` to `char`.
2023-11-05 09:45:31 +01:00
Ekaitz Zarraga 4134285e8e lib: tests: Add 16-cast.
* lib/tests/scaffold/16-cast.c: Add file.
* build-aux/check-mescc.sh (mes_tests): Add it.
2023-11-05 09:36:11 +01:00