10 lines
213 B
C++
10 lines
213 B
C++
#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;
|
|
}
|