File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / tests / tests.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Nov 2 10:09:12 2016 UTC (7 years, 8 months ago) by misho
Branches: quagga, MAIN
CVS tags: v1_0_20160315, HEAD
quagga 1.0.20160315

    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:  *
   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
   22:  * 02111-1307, USA.
   23:  */
   24: 
   25: #ifndef _QUAGGA_TESTS_H
   26: #define _QUAGGA_TESTS_H
   27: 
   28: extern void test_init (void);
   29: extern void test_init_cmd (void);
   30: 
   31: #endif /* _QUAGGA_TESTS_H */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>