tests: fix case issue with catch includes
This commit is contained in:
parent
03d9df50e5
commit
a4ebfab691
|
|
@ -1,5 +1,5 @@
|
|||
#define CATCH_CONFIG_MAIN // request a main()
|
||||
#include <Catch2/catch.hpp>
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
#include "common/settings.hh"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#define CATCH_CONFIG_MAIN // request a main()
|
||||
#include <Catch2/catch.hpp>
|
||||
#include <catch2/catch.hpp>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#include <Catch2/catch.hpp>
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include <Catch2/catch.hpp>
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
#include <light/entities.hh>
|
||||
#include <vector>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include <Catch2/catch.hpp>
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
#include <light/light.hh>
|
||||
#include <light/entities.hh>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#include <Catch2/catch.hpp>
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
#include <light/ltface.hh>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#define CATCH_CONFIG_MAIN // request a main()
|
||||
#include <Catch2/catch.hpp>
|
||||
#include <catch2/catch.hpp>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include <Catch2/catch.hpp>
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
#include <qbsp/brush.hh>
|
||||
#include <qbsp/qbsp.hh>
|
||||
|
|
|
|||
Loading…
Reference in New Issue