]> git.proxmox.com Git - mirror_frr.git/blob - tests/helpers/c/tests.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / tests / helpers / c / tests.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * Test wrappers common header file
4 *
5 * Copyright (C) 2015 by David Lamparter,
6 * for Open Source Routing./ NetDEF, Inc.
7 *
8 * This file is part of Quagga
9 */
10
11 #ifndef _QUAGGA_TESTS_H
12 #define _QUAGGA_TESTS_H
13
14 extern void test_init(void);
15 extern void test_init_cmd(void);
16
17 #endif /* _QUAGGA_TESTS_H */