Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-01 | Move implementation files into their own folder | Aryadev Chavali | |
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-08-21 | Refactor testing system, and add more tests | Aryadev Chavali | |
Couple macros to make printing nicer, use assertions instead to fail if a test doesn't work. | |||
2025-08-21 | Split out tests into its own file | Aryadev Chavali | |
Also adjust the build system to do some more (cleaning, building, testing, running). |