Parcourir la source

Catch include path updated as suggested by upstream.

main
offa il y a 6 ans
Parent
révision
8b6542a59b
6 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. +1
    -1
      test/ScopeExitTest.cpp
  2. +1
    -1
      test/ScopeFailTest.cpp
  3. +1
    -1
      test/ScopeSuccessTest.cpp
  4. +1
    -1
      test/TestMain.cpp
  5. +1
    -1
      test/UniqueResourceTest.cpp
  6. +0
    -0
      test/catch/catch2/catch.hpp

+ 1
- 1
test/ScopeExitTest.cpp Voir le fichier

@@ -22,7 +22,7 @@

#include "scope_exit.h"
#include "CallMocks.h"
#include <catch.hpp>
#include <catch2/catch.hpp>

using namespace mock;
using namespace trompeloeil;

+ 1
- 1
test/ScopeFailTest.cpp Voir le fichier

@@ -22,7 +22,7 @@

#include "scope_fail.h"
#include "CallMocks.h"
#include <catch.hpp>
#include <catch2/catch.hpp>

using namespace mock;
using namespace trompeloeil;

+ 1
- 1
test/ScopeSuccessTest.cpp Voir le fichier

@@ -22,7 +22,7 @@

#include "scope_success.h"
#include "CallMocks.h"
#include <catch.hpp>
#include <catch2/catch.hpp>

using namespace mock;
using namespace trompeloeil;

+ 1
- 1
test/TestMain.cpp Voir le fichier

@@ -21,7 +21,7 @@
// SOFTWARE.

#define CATCH_CONFIG_MAIN
#include <catch.hpp>
#include <catch2/catch.hpp>
#include <trompeloeil.hpp>



+ 1
- 1
test/UniqueResourceTest.cpp Voir le fichier

@@ -22,7 +22,7 @@

#include "unique_resource.h"
#include "CallMocks.h"
#include <catch.hpp>
#include <catch2/catch.hpp>
#include <trompeloeil.hpp>

using namespace mock;

test/catch/catch.hpp → test/catch/catch2/catch.hpp Voir le fichier


Chargement…
Annuler
Enregistrer