Kea  1.9.9-git
run_all.h
Go to the documentation of this file.
1 // Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
2 //
3 // This Source Code Form is subject to the terms of the Mozilla Public
4 // License, v. 2.0. If a copy of the MPL was not distributed with this
5 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 
7 
8 
9 #ifndef RUN_ALL_H
10 #define RUN_ALL_H
11 
12 // Avoid need for user to include this header file.
13 
14 #include <gtest/gtest.h>
15 
16 namespace isc {
17 namespace util {
18 namespace unittests {
19 
35 
36 int run_all();
37 
38 } // namespace unittests
39 } // namespace util
40 } // namespace isc
41 
42 
43 
44 #endif // RUN_ALL_H
int run_all()
Run All Tests.
Definition: run_all.cc:23
Defines the logger used by the top-level component of kea-dhcp-ddns.