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

7
testing/test_term.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef TEST_TERM_H
#define TEST_TERM_H
#include <tart.h>
#include <Pickler.h>
void term_run(struct pickle_shelf*);
#endif