aboutsummaryrefslogtreecommitdiffstats
path: root/test-common.h
blob: 150a9e06259fd490225fabccc68805244dbd4e32 (plain) (blame)
1
2
3
4
5
6
7
/* See LICENSE file for copyright and license details. */
#include "libgeome.h"

#include <stdio.h>

void test_common_init(struct libgeome_context *ctx_out, struct libgeome_data *data_out, const char *procname);
void test_common_print(struct libgeome_data *data);