CARLA
test.h
Go to the documentation of this file.
1 // Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma
2 // de Barcelona (UAB).
3 //
4 // This work is licensed under the terms of the MIT license.
5 // For a copy, see <https://opensource.org/licenses/MIT>.
6 
7 #pragma once
8 
9 #ifndef NDEBUG
10 # define LIBCARLA_LOG_LEVEL LIBCARLA_LOG_LEVEL_INFO
11 #endif // NDEBUG
12 
13 #include "test/Buffer.h"
14 
15 #include <carla/Logging.h>
17 
18 #include <gtest/gtest.h>
19 
20 #include <chrono>
21 #include <cstdint>
22 #include <iostream>
23 
24 constexpr uint16_t TESTING_PORT = 0u;
constexpr uint16_t TESTING_PORT
Definition: test.h:24