|
YAC 3.12.0
Yet Another Coupler
|
#include <stdlib.h>#include <stdio.h>#include <math.h>#include "grids/basic_grid.h"#include "clipping.h"#include "geometry.h"#include "tests.h"#include "area.h"#include "test_common.h"
Go to the source code of this file.
Macros | |
| #define | TEST_GROUP_START() {++test_major_idx; test_minor_idx = 0;} |
| #define | TEST_START(DESC) |
Definition in file test_clipping.c.
| #define TEST_GROUP_START | ( | ) | {++test_major_idx; test_minor_idx = 0;} |
Definition at line 21 of file test_clipping.c.
| #define TEST_START | ( | DESC | ) |
Definition at line 23 of file test_clipping.c.