tests: fix case issue with catch includes

This commit is contained in:
Eric Wasylishen 2022-05-15 13:19:46 -06:00
parent 03d9df50e5
commit a4ebfab691
8 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
#define CATCH_CONFIG_MAIN // request a main()
#include <Catch2/catch.hpp>
#include <catch2/catch.hpp>
#include "common/settings.hh"

View File

@ -1,2 +1,2 @@
#define CATCH_CONFIG_MAIN // request a main()
#include <Catch2/catch.hpp>
#include <catch2/catch.hpp>

View File

@ -1,4 +1,4 @@
#include <Catch2/catch.hpp>
#include <catch2/catch.hpp>
#include <filesystem>
#include <string>

View File

@ -1,4 +1,4 @@
#include <Catch2/catch.hpp>
#include <catch2/catch.hpp>
#include <light/entities.hh>
#include <vector>

View File

@ -1,4 +1,4 @@
#include <Catch2/catch.hpp>
#include <catch2/catch.hpp>
#include <light/light.hh>
#include <light/entities.hh>

View File

@ -1,3 +1,3 @@
#include <Catch2/catch.hpp>
#include <catch2/catch.hpp>
#include <light/ltface.hh>

View File

@ -1,2 +1,2 @@
#define CATCH_CONFIG_MAIN // request a main()
#include <Catch2/catch.hpp>
#include <catch2/catch.hpp>

View File

@ -1,4 +1,4 @@
#include <Catch2/catch.hpp>
#include <catch2/catch.hpp>
#include <qbsp/brush.hh>
#include <qbsp/qbsp.hh>