Browse Source

Catch include path updated as suggested by upstream.

main
offa 6 years ago
parent
commit
8b6542a59b
6 changed files with 5 additions and 5 deletions
  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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

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

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



+ 1
- 1
test/UniqueResourceTest.cpp View File

@@ -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 View File


Loading…
Cancel
Save