summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakePresetsGraph.h
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2022-10-18 17:17:49 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2022-10-18 19:41:29 (GMT)
commit9270a02003a86cdb5025252f61a8baf4a40e2ddc (patch)
tree2dd9204bef110dc97d0f90c0e0e109c6453ca79f /Source/cmCMakePresetsGraph.h
parent757786bb73f7c285ab57356612b49e721edca4c9 (diff)
downloadCMake-9270a02003a86cdb5025252f61a8baf4a40e2ddc.zip
CMake-9270a02003a86cdb5025252f61a8baf4a40e2ddc.tar.gz
CMake-9270a02003a86cdb5025252f61a8baf4a40e2ddc.tar.bz2
CMakePresets.json: Add outputJUnitFile to test presets schema
Diffstat (limited to 'Source/cmCMakePresetsGraph.h')
-rw-r--r--Source/cmCMakePresetsGraph.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCMakePresetsGraph.h b/Source/cmCMakePresetsGraph.h
index 5b3e812..17c902b 100644
--- a/Source/cmCMakePresetsGraph.h
+++ b/Source/cmCMakePresetsGraph.h
@@ -54,6 +54,7 @@ public:
TEST_OUTPUT_TRUNCATION_UNSUPPORTED,
INVALID_WORKFLOW_STEPS,
WORKFLOW_STEP_UNREACHABLE_FROM_FILE,
+ CTEST_JUNIT_UNSUPPORTED,
};
std::string errors;
@@ -230,6 +231,7 @@ public:
cm::optional<bool> OutputOnFailure;
cm::optional<bool> Quiet;
std::string OutputLogFile;
+ std::string OutputJUnitFile;
cm::optional<bool> LabelSummary;
cm::optional<bool> SubprojectSummary;
cm::optional<int> MaxPassedTestOutputSize;