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

@@ -2,5 +2,6 @@
#include <Pickler.h>
int main (int argc, char *argv[]) {
INSTALLSHELF;
tart_run(&__pickle_shelf__);
return 0;
}