Add "maint check xml-descriptions" to test builtin xml target descriptions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.gdb / unittest.exp
index d6fc3de5d5b4eecae89cfafdb54485684842a3f8..c3e36e692379eae37181501f075ef543d0db788c 100644 (file)
@@ -15,3 +15,8 @@
 
 gdb_start
 gdb_test "maintenance selftest" "Ran $decimal unit tests, 0 failed"
+
+if { ![is_remote host] } {
+    gdb_test "maintenance check xml-descriptions ${srcdir}/../features" \
+       "Tested $decimal XML files, 0 failed"
+}
This page took 0.025508 seconds and 4 git commands to generate.