2 * Test wrappers common header file
4 * Copyright (C) 2015 by David Lamparter,
5 * for Open Source Routing./ NetDEF, Inc.
7 * This file is part of Quagga
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
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.
19 * You should have received a copy of the GNU General Public License
20 * along with Quagga; see the file COPYING. If not, write to the Free
21 * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
25 #ifndef _QUAGGA_TESTS_H
26 #define _QUAGGA_TESTS_H
28 extern void test_init (void);
29 extern void test_init_cmd (void);
31 #endif /* _QUAGGA_TESTS_H */