aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
blob: 8af805f1de27a3ebf155893b77b2718c29fe172b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * tests/tests.h
 * (c) 2021 Jonas Gunz <himself@jonasgunz.de>
 * License: MIT
 */

#pragma once

#include <check.h>

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

TCase* test_dns(void);