diff options
Diffstat (limited to 'src/hooks/dhcp/stat_cmds/libloadtests/run_unittests.cc')
-rw-r--r-- | src/hooks/dhcp/stat_cmds/libloadtests/run_unittests.cc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/hooks/dhcp/stat_cmds/libloadtests/run_unittests.cc b/src/hooks/dhcp/stat_cmds/libloadtests/run_unittests.cc index d9e195d96f..96a0ba7bb7 100644 --- a/src/hooks/dhcp/stat_cmds/libloadtests/run_unittests.cc +++ b/src/hooks/dhcp/stat_cmds/libloadtests/run_unittests.cc @@ -1,19 +1,18 @@ // Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include <config.h> #include <log/logger_support.h> - #include <gtest/gtest.h> int main(int argc, char* argv[]) { ::testing::InitGoogleTest(&argc, argv); isc::log::initLogger(); - int result = RUN_ALL_TESTS(); return (result); |