mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 21:05:39 +02:00
Fix output for different versions of VS
This commit is contained in:
@@ -12,7 +12,14 @@
|
||||
|
||||
namespace AllTestsRunner {
|
||||
|
||||
// VS2010
|
||||
// mstest /TestContainer:Debug\ManagedTestCatch.dll /category:"all"
|
||||
//
|
||||
// VS2012 managed
|
||||
// vstest.console.exe /Logger:Trx Debug\ManagedTestCatch.dll /TestCaseFilter:"TestCategory=all"
|
||||
//
|
||||
// VS2012 native
|
||||
// vstest.console.exe /Logger:Trx Debug\NativeTestCatch.dll /TestCaseFilter:"Owner=all"
|
||||
#if defined(INTERNAL_CATCH_VS_MANAGED) || defined(INTERNAL_CATCH_VS_NATIVE)
|
||||
CATCH_MAP_CATEGORY_TO_TAG(all, "~[vs]");
|
||||
|
||||
|
Reference in New Issue
Block a user