added a test for term functions
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user