Rewrite includes in tests to use library's include paths

This commit is contained in:
Martin Hořeňovský 2019-12-02 12:23:10 +01:00
parent 82cc5bc034
commit 90e2549cec
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
45 changed files with 67 additions and 69 deletions

View file

@ -7,13 +7,13 @@
*/
#define CATCH_CONFIG_MAIN
#include "catch.hpp"
#include <catch2/catch.hpp>
// These reporters are not included in the single include, so must be included separately in the main file
#include "reporters/catch_reporter_teamcity.hpp"
#include "reporters/catch_reporter_tap.hpp"
#include "reporters/catch_reporter_automake.hpp"
#include "reporters/catch_reporter_sonarqube.hpp"
#include <catch2/reporters/catch_reporter_teamcity.hpp>
#include <catch2/reporters/catch_reporter_tap.hpp>
#include <catch2/reporters/catch_reporter_automake.hpp>
#include <catch2/reporters/catch_reporter_sonarqube.hpp>
// Some example tag aliases