Go to file
xavi a490341129 Created Initial Attempt Testing Framework
The framework, completely contained in x_tfw4c.c, uses pre-compiler
MACROS to create an environment where it is easy to create unit tests
and run regression tests.

It iterates through a linked list of test structs that contain the test
function that should be executed and the name of the test to be
displayed.

This is a simple rework of a prior test framework that did not
dynamically add new tests at compile time.

Next steps would be to have it display more metadata and have some
resilience to crashes in the tests.
2025-12-23 21:46:32 -08:00
c_projects Created Initial Attempt Testing Framework 2025-12-23 21:46:32 -08:00
epoxy_transducer Added pics from pulsar circuit driven by teensy 2024-04-17 13:08:41 -07:00
piecewise Added piecewise snippet 2024-03-22 18:06:25 -07:00
reference_designs Add Reference design notes for salinity 2024-06-11 21:15:30 -07:00
scope_fft Added scope fft snippet 2024-03-21 10:54:10 -07:00
LICENSE Initial commit 2024-03-21 17:42:07 +00:00
README.md Initial commit 2024-03-21 17:42:07 +00:00

code_snippets