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
6
7using namespace openvpn;
8
9TEST(misc, header_deps)
10{
11 // this is a compile test, no runtime value
12 ASSERT_TRUE(true);
13}
TEST(misc, header_deps)