summaryrefslogtreecommitdiff
path: root/test/tests.h
blob: 37cdd8dbf890c21bb0bf4d0c369d335d15f53251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* test/tests.h
 *
 * Set of test suites for libnslog
 *
 * Copyright 2009,2017 The NetSurf Browser Project
 *                Daniel Silverstone <dsilvers@netsurf-browser.org>
 */

#ifndef nslog_tests_h_
#define nslog_tests_h_

#include <assert.h>
#include <signal.h>

#include <check.h>

#include "nslog/nslog.h"

extern void nslog_basic_suite(SRunner *);

#endif /* nslog_tests_h_ */