Browse Source

Tests: Update RunCMake/CMakePresets --list-presets

Sam Freed 4 years ago
parent
commit
c8a5cd6871

+ 1 - 1
Tests/RunCMake/CMakePresets/ListPresets-stdout.txt

@@ -1,5 +1,5 @@
 ^Not searching for unused variables given on the command line\.
-Available presets:
+Available configure presets:
 
   "zzzzzz"   - Sleepy
   "aaaaaaaa" - Screaming

+ 1 - 1
Tests/RunCMake/CMakePresets/ListPresetsHidden-stdout.txt

@@ -1,5 +1,5 @@
 ^Not searching for unused variables given on the command line\.
-Available presets:
+Available configure presets:
 
   "zzzzzz"   - Sleepy
   "aaaaaaaa" - Screaming

+ 1 - 1
Tests/RunCMake/CMakePresets/ListPresetsNoSuchPreset-stdout.txt

@@ -1,5 +1,5 @@
 ^Not searching for unused variables given on the command line\.
-Available presets:
+Available configure presets:
 
   "zzzzzz"   - Sleepy
   "aaaaaaaa" - Screaming

+ 1 - 1
Tests/RunCMake/CMakePresets/ListPresetsWorkingDir-stdout.txt

@@ -1,5 +1,5 @@
 ^Not searching for unused variables given on the command line\.
-Available presets:
+Available configure presets:
 
   "zzzzzz"   - Sleepy
   "aaaaaaaa" - Screaming