summaryrefslogtreecommitdiff
path: root/test/tests.h
blob: 9f05d9c343296b7774df201ab1eda769d18664eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * This file is part of LibNSLayout's tests
 * Licensed under the ISC License, http://opensource.org/licenses/ISC
 * Copyright 2015 Michael Drake <tlsa@netsurf-browser.org>
 */

#ifndef nslayout_tests_h_
#define nslayout_tests_h_

#include <signal.h>

#include <check.h>

#include <libnslayout/nslayout.h>

extern void nslayout_assert_suite(SRunner *);
extern void nslayout_nslayout_object_suite(SRunner *);

#endif