Aryadev Chavali
66c5134eb5
Remove impl folder
2025-10-19 23:04:04 +01:00
Aryadev Chavali
700c3b1d1b
Move implementation files into their own folder
...
main.c and test.c generate binary executables so they can stay in the
main folder, but the rest can go into their own dedicated folder to
make it look nicer
2025-09-01 21:26:01 +01:00
Aryadev Chavali
bbb405fca9
Refactor testing system, and add more tests
...
Couple macros to make printing nicer, use assertions instead to fail
if a test doesn't work.
2025-08-21 23:21:15 +01:00
Aryadev Chavali
49a3302fd6
Split out tests into its own file
...
Also adjust the build system to do some more (cleaning, building,
testing, running).
2025-08-21 22:02:23 +01:00