ceptr
|
implements a main() entry point for running all the tests More...
#include "../src/ceptr.h"
#include <stdio.h>
#include <signal.h>
#include <assert.h>
#include "test_framework.h"
#include "semtable_spec.h"
#include "def_spec.h"
#include "tree_spec.h"
#include "mtree_spec.h"
#include "stream_spec.h"
#include "label_spec.h"
#include "semtrex_spec.h"
#include "receptor_spec.h"
#include "process_spec.h"
#include "scape_spec.h"
#include "vmhost_spec.h"
#include "accumulator_spec.h"
#include "profile_example.h"
#include "group_spec.h"
#include "protocol_spec.h"
#include "http_example.h"
#include <setjmp.h>
Go to the source code of this file.
Functions | |
int | main (int argc, const char **argv) |
Variables | |
Symbol | A |
Symbol | B |
Symbol | C |
Symbol | D |
Symbol | E |
Symbol | F |
Symbol | Root |
jmp_buf | G_err |
implements a main() entry point for running all the tests
Definition in file ceptr_specs.c.