From 68f15bf62a21633b8bf5c1f4c68722a2a1f0c7c8 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 18 May 2018 11:25:52 -0700 Subject: [PATCH] (gdb) Do not apply ARI checks to unittests files This directory contains files that are for testing purposes only, and so don't really have to confirm to the GDB Coding Standards. gdb/ChangeLog: * contrib/ari/gdb_find.sh: Exclude the unittest directory. --- gdb/contrib/ari/gdb_find.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gdb/contrib/ari/gdb_find.sh b/gdb/contrib/ari/gdb_find.sh index 304761832a..0be71635bd 100644 --- a/gdb/contrib/ari/gdb_find.sh +++ b/gdb/contrib/ari/gdb_find.sh @@ -31,6 +31,7 @@ LC_ALL=C ; export LC_ALL find "$@" \ -name testsuite -prune -o \ + -name unittests -prune -o \ -name gdbserver -prune -o \ -name gdbtk -prune -o \ -name gnulib -prune -o \ -- 2.11.0