From 15cc1fc185bf2d63d667a752fd935ddac901f831 Mon Sep 17 00:00:00 2001 From: Malcolm Noyes Date: Mon, 9 Dec 2013 16:57:32 +0000 Subject: [PATCH] Add command line comment --- projects/SelfTest/RunAllTests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/SelfTest/RunAllTests.cpp b/projects/SelfTest/RunAllTests.cpp index eca4e0bc..6a5a0725 100644 --- a/projects/SelfTest/RunAllTests.cpp +++ b/projects/SelfTest/RunAllTests.cpp @@ -181,6 +181,7 @@ namespace AllTestsRunner { } } + // mstest /TestContainer:Debug\ManagedTestCatch.dll /category:"all" #if defined(INTERNAL_CATCH_VS_MANAGED) || defined(INTERNAL_CATCH_VS_NATIVE) CATCH_MAP_CATEGORY_TO_TAG(all, "[vsall]"); #endif