ソースを参照

Catch include path updated as suggested by upstream.

main
offa 6年前
コミット
8b6542a59b
6個のファイルの変更5行の追加5行の削除
  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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

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

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



+ 1
- 1
test/UniqueResourceTest.cpp ファイルの表示

@@ -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 ファイルの表示


読み込み中…
キャンセル
保存