Add parameter to allow enabling/disabling selftests via configure
[deliverable/binutils-gdb.git] / gdb / maint.c
index 19db8a850b3a8e1bd85584a2a06cac13c377923e..01a80f5d732645ba03357c59cbfcf58cd9292bb1 100644 (file)
@@ -943,7 +943,7 @@ maintenance_selftest (const char *args, int from_tty)
   selftests::run_tests (args);
 #else
   printf_filtered (_("\
-Selftests are not available in a non-development build.\n"));
+Selftests have been disabled for this build.\n"));
 #endif
 }
 
@@ -957,7 +957,7 @@ maintenance_info_selftests (const char *arg, int from_tty)
   });
 #else
   printf_filtered (_("\
-Selftests are not available in a non-development build.\n"));
+Selftests have been disabled for this build.\n"));
 #endif
 }
 
This page took 0.025411 seconds and 4 git commands to generate.