summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2022-10-18 18:16:10 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2022-10-18 20:52:23 (GMT)
commitbea4ed543058ef36503503cda2adf669c09671f5 (patch)
tree68ec063132ed1c9eaf06d8e85035204700860583 /Source/cmCTest.h
parent9270a02003a86cdb5025252f61a8baf4a40e2ddc (diff)
downloadCMake-bea4ed543058ef36503503cda2adf669c09671f5.zip
CMake-bea4ed543058ef36503503cda2adf669c09671f5.tar.gz
CMake-bea4ed543058ef36503503cda2adf669c09671f5.tar.bz2
CTest: Add support for outputJUnitFile in presets
Fixes: #22400
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 551c116..0017b3e 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -359,6 +359,9 @@ public:
/** Set the output log file name */
void SetOutputLogFileName(const std::string& name);
+ /** Set the output JUnit file name */
+ void SetOutputJUnitFileName(const std::string& name);
+
/** Set the visual studio or Xcode config type */
void SetConfigType(const std::string& ct);