Google Tests
The tests try to connect to the api on localhost:8080. Nothing should run on port 8080, failed connection is expected.
mkdir -p _build_tests && cd _build_tests
cmake ../ -DBRINGAUTO_TESTS=ON
make
./test/fleethttpclient_tests
Google Tests
The tests try to connect to the api on localhost:8080. Nothing should run on port 8080, failed connection is expected.
mkdir -p _build_tests && cd _build_tests
cmake ../ -DBRINGAUTO_TESTS=ON
make
./test/fleethttpclient_tests