OpenVPN 3 Core Library
Loading...
Searching...
No Matches
test_header_deps.cpp
Go to the documentation of this file.
1
#include "
test_common.hpp
"
2
3
// this file allows checking headers for "out of tree" dependencies; manage.hpp
4
// is an example
5
#include <
openvpn/server/manage.hpp
>
6
7
using namespace
openvpn
;
8
9
TEST
(misc, header_deps)
10
{
11
// this is a compile test, no runtime value
12
ASSERT_TRUE(
true
);
13
}
manage.hpp
openvpn
Definition
ovpncli.cpp:97
test_common.hpp
TEST
TEST(misc, header_deps)
Definition
test_header_deps.cpp:9
test
unittests
test_header_deps.cpp
Generated by
1.9.8