From 876af874f320802d0ce824ed0fb35d3a093cc030 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 23 Jan 2017 15:18:23 +0000 Subject: [PATCH] Added surrogate cpp for catch_test_case_tracker --- CMakeLists.txt | 1 + projects/SelfTest/SurrogateCpps/catch_test_case_tracker.cpp | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 projects/SelfTest/SurrogateCpps/catch_test_case_tracker.cpp diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e095f31..5b0a7276 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,6 +91,7 @@ set(IMPL_SOURCES ${SELF_TEST_DIR}/SurrogateCpps/catch_streambuf.cpp ${SELF_TEST_DIR}/SurrogateCpps/catch_test_spec.cpp ${SELF_TEST_DIR}/SurrogateCpps/catch_xmlwriter.cpp + ${SELF_TEST_DIR}/SurrogateCpps/catch_test_case_tracker.cpp ) CheckFileList(IMPL_SOURCES ${SELF_TEST_DIR}/SurrogateCpps) diff --git a/projects/SelfTest/SurrogateCpps/catch_test_case_tracker.cpp b/projects/SelfTest/SurrogateCpps/catch_test_case_tracker.cpp new file mode 100644 index 00000000..bd67a8a7 --- /dev/null +++ b/projects/SelfTest/SurrogateCpps/catch_test_case_tracker.cpp @@ -0,0 +1,2 @@ +// This file is only here to verify (to the extent possible) the self sufficiency of the header +#include "internal/catch_test_case_tracker.hpp"