Fiext tart.h from some errors. Added all functions from tart.h and added testing.

This commit is contained in:
2025-01-26 16:45:23 -08:00
parent f4176f2b85
commit 6beb98a2c1
7 changed files with 88 additions and 38 deletions

View File

@@ -1,4 +1,6 @@
#include "test_tart.h"
#include <Pickler.h>
int main (int argc, char *argv[]) {
INSTALLSHELF;
return 0;
}