aboutsummaryrefslogtreecommitdiffstats
path: root/example/add-tests.h
blob: 5bca6138f5cdf1df27e534c4ee1f4601867e1a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
/* ==========================================================================
    Licensed under BSD 2clause license. See LICENSE file for more information
    Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
   ========================================================================== */

#ifndef ADD_TESTS_H
#define ADD_TESTS_H 1

void add_tests(void);

#endif