Added surrogate cpp for catch_test_case_tracker

This commit is contained in:
Phil Nash 2017-01-23 15:18:23 +00:00
parent e7bcbb35c0
commit 876af874f3
2 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,7 @@ set(IMPL_SOURCES
${SELF_TEST_DIR}/SurrogateCpps/catch_streambuf.cpp ${SELF_TEST_DIR}/SurrogateCpps/catch_streambuf.cpp
${SELF_TEST_DIR}/SurrogateCpps/catch_test_spec.cpp ${SELF_TEST_DIR}/SurrogateCpps/catch_test_spec.cpp
${SELF_TEST_DIR}/SurrogateCpps/catch_xmlwriter.cpp ${SELF_TEST_DIR}/SurrogateCpps/catch_xmlwriter.cpp
${SELF_TEST_DIR}/SurrogateCpps/catch_test_case_tracker.cpp
) )
CheckFileList(IMPL_SOURCES ${SELF_TEST_DIR}/SurrogateCpps) CheckFileList(IMPL_SOURCES ${SELF_TEST_DIR}/SurrogateCpps)

View File

@ -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"