]> git.proxmox.com Git - mirror_frr.git/blame - tests/helpers/c/tests.h
Merge pull request #13649 from donaldsharp/unlock_the_node_or_else
[mirror_frr.git] / tests / helpers / c / tests.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
9fc3f9b3
DL
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
9fc3f9b3
DL
9 */
10
11#ifndef _QUAGGA_TESTS_H
12#define _QUAGGA_TESTS_H
13
d62a17ae 14extern void test_init(void);
15extern void test_init_cmd(void);
9fc3f9b3
DL
16
17#endif /* _QUAGGA_TESTS_H */