code_snippets/c_projects
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
..
1darraysinc Add c_projects 2024-04-18 12:33:14 -07:00
array_reverse Add c_projects 2024-04-18 12:33:14 -07:00
arrays_and_strings Add c_projects 2024-04-18 12:33:14 -07:00
dynamic_arrays_in_c Add c_projects 2024-04-18 12:33:14 -07:00
linker_error_pg Added the linker error playground 2025-12-19 13:06:31 -08:00
matrix_calcs Added matrix calcs and time_tests 2024-10-07 18:16:21 -07:00
permutations_of_strings Add c_projects 2024-04-18 12:33:14 -07:00
pic_blink/example_v2.X Added pic project for 101 2024-10-24 15:18:43 -07:00
printing_tokens Add c_projects 2024-04-18 12:33:14 -07:00
printpattern Add c_projects 2024-04-18 12:33:14 -07:00
test Add c_projects 2024-04-18 12:33:14 -07:00
test_char_pointers Added matrix calcs and time_tests 2024-10-07 18:16:21 -07:00
x_tfw4c Created Initial Attempt Testing Framework 2025-12-23 21:46:32 -08:00