Files
Tart/testing/main.cpp

8 lines
157 B
C++
Raw Normal View History

#include "test_tart.h"
2025-01-29 11:24:17 -08:00
#include <Pickler.h>
2025-01-25 08:29:43 -08:00
int main (int argc, char *argv[]) {
2025-01-29 11:24:17 -08:00
INSTALLSHELF;
tart_run(&__pickle_shelf__);
return PICKLESHELF;
2025-01-25 08:29:43 -08:00
}