trying to get testing to work

This commit is contained in:
2025-01-28 12:11:56 -08:00
parent 6beb98a2c1
commit caf148175b
6 changed files with 79 additions and 5 deletions

View File

@@ -1,2 +1,6 @@
#include <tart.h>
#include <Pickler.h>
bool rgb_test(struct tart_rgb* lhs, struct tart_rgb* rhs);
bool vec2_test(struct tart_vec2* lhs, struct tart_vec2* rhs);
void tart_run(struct pickle_shelf* shelf);