Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 365 Bytes

File metadata and controls

21 lines (15 loc) · 365 Bytes

Fleet HTTP Client - TESTS

Google Tests

Requirements

gtest

The tests try to connect to the api on localhost:8080. Nothing should run on port 8080, failed connection is expected.

Build

mkdir -p _build_tests && cd _build_tests
cmake ../ -DBRINGAUTO_TESTS=ON
make

Run

./test/fleethttpclient_tests