Re: [PATCH 17/49] Support for adding selftests via a plugin

2019-12-09 Thread David Malcolm
On Sat, 2019-12-07 at 07:40 -0700, Jeff Law wrote: > On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote: > > This patch provides a plugin callback for invoking selftests, so > > that > > a > > plugin can add tests to those run by -fself-test=DIR. The callback > > invocation uses invoke_plugin_

Re: [PATCH 17/49] Support for adding selftests via a plugin

2019-12-07 Thread Jeff Law
On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote: > This patch provides a plugin callback for invoking selftests, so that > a > plugin can add tests to those run by -fself-test=DIR. The callback > invocation uses invoke_plugin_callbacks, which is a no-op if plugin > support is disabled. > >

[PATCH 17/49] Support for adding selftests via a plugin

2019-11-15 Thread David Malcolm
This patch provides a plugin callback for invoking selftests, so that a plugin can add tests to those run by -fself-test=DIR. The callback invocation uses invoke_plugin_callbacks, which is a no-op if plugin support is disabled. gcc/ChangeLog: * plugin.c (register_callback): Add case for P