]> git.proxmox.com Git - mirror_frr.git/blame - tests/helpers/c/tests.h
*: make consistent & update GPLv2 file headers
[mirror_frr.git] / tests / helpers / c / tests.h
CommitLineData
9fc3f9b3
DL
1/*
2 * Test wrappers common header file
3 *
4 * Copyright (C) 2015 by David Lamparter,
5 * for Open Source Routing./ NetDEF, Inc.
6 *
7 * This file is part of Quagga
8 *
9 * Quagga is free software; you can redistribute it and/or modify it
10 * under the terms of the GNU General Public License as published by the
11 * Free Software Foundation; either version 2, or (at your option) any
12 * later version.
13 *
14 * Quagga is distributed in the hope that it will be useful, but
15 * WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * General Public License for more details.
18 *
896014f4
DL
19 * You should have received a copy of the GNU General Public License along
20 * with this program; see the file COPYING; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
9fc3f9b3
DL
22 */
23
24#ifndef _QUAGGA_TESTS_H
25#define _QUAGGA_TESTS_H
26
27extern void test_init (void);
28extern void test_init_cmd (void);
29
30#endif /* _QUAGGA_TESTS_H */