added a test for term functions

This commit is contained in:
2025-01-29 14:46:08 -08:00
parent b3bee70aeb
commit 2a3a55c201
6 changed files with 44 additions and 8 deletions

View File

@@ -1,7 +1,9 @@
#include "test_tart.h"
#include "test_term.h"
#include <Pickler.h>
int main (int argc, char *argv[]) {
INSTALLSHELF;
tart_run(&__pickle_shelf__);
term_run(&__pickle_shelf__);
return PICKLESHELF;
}