joajfreitas / fcp-core

MIT License
6 stars 1 forks source link

Write a test harness for selected target hardware #115

Open joajfreitas opened 1 month ago

joajfreitas commented 1 month ago

The previous c_gen implementation is known to be buggy.

Currently we are reusing parts of that implementation. Has such we should avoid carrying the bugs forward.

I propose that we write a test harness to be ran on target hardware that ensures that convertions work even in strange edge cases.

Do you agree @ItsNotSoftware

joajfreitas commented 1 month ago

Also, I don't see us running that as part of the fcp-core CI. We could however find a way to test that in a representative way in the CI hardware.

This doesn't exclude doing the test on target hardware too.