#ifndef WOBLER_H
#define WOBLER_H WOBLER_H
#include <wobler_declarations.h>
_Bool should_be_exiting_right_now;
jmp_buf wobler_mark;
char *log_dump_location="wobler.log";
FILE *wobler_log;
size_t current_test;
#include <wobler_tests.h>
#define NUMBER_OF_ELEMENTS_IN_ARRAY(x) (sizeof(x)/sizeof(x[0]))
double test_times[NUMBER_OF_ELEMENTS_IN_ARRAY(tests)];
_Bool passes_test[NUMBER_OF_ELEMENTS_IN_ARRAY(tests)];
#endif