|
Serene Runtime 1.0.0
C runtime for the Serene programming language
|
#include <serene/rt/context.h>#include <serene/rt/engine.h>#include <serene/rt/mm/interface.h>#include <serene/utils.h>#include "acutest.h"Go to the source code of this file.
Macros | |
| #define | ENTRY(name, test) |
| #define | ASSERT_NOT_NULL(x) |
| #define | MAKE_ENGINE(mm, engine) |
| #define | SHUTDOWN_ENGINE(mm, engine) |
| #define | MAKE_CONTEXT(engine, x) |
| #define | RELEASE_CONTEXT(x) |
| #define ASSERT_NOT_NULL | ( | x | ) |
| #define MAKE_CONTEXT | ( | engine, | |
| x ) |
Definition at line 42 of file base.h.
| #define MAKE_ENGINE | ( | mm, | |
| engine ) |
Definition at line 32 of file base.h.
| #define RELEASE_CONTEXT | ( | x | ) |
| #define SHUTDOWN_ENGINE | ( | mm, | |
| engine ) |
Definition at line 38 of file base.h.