libvirt/examples
Eric Blake 6933ebc497 examples: Drop event-test.c dependency on gnulib <verify.h>
Pulling in gnulib just for the <verify.h> header is rather
expensive, especially since that header does not require us
to link against gnulib.  It's better to make the event-test
example be standalone by just open-coding a more limited form
of a verify() macro that depends on modern gcc (we have enough
CI coverage that even though the verify is now a no-op in
older setups, we will still notice if we fail to add an event
- as a quick test, I was still able to provoke a compile
failure on Fedora 29 when deleting a line from domainEvents).

Signed-off-by: Eric Blake <eblake@redhat.com>
Acked-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2019-01-08 09:26:18 -06:00
..
admin examples: include config.h 2019-01-07 09:21:32 +01:00
apparmor apparmor: fix ptrace rules with kernel 4.18 2018-08-27 10:46:45 +02:00
dominfo Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
dommigrate examples: include config.h 2019-01-07 09:21:32 +01:00
domsuspend Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
domtop Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
hellolibvirt examples: include config.h 2019-01-07 09:21:32 +01:00
lxcconvert Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
object-events examples: Drop event-test.c dependency on gnulib <verify.h> 2019-01-08 09:26:18 -06:00
openauth examples: include config.h 2019-01-07 09:21:32 +01:00
polkit examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
rename examples: include config.h 2019-01-07 09:21:32 +01:00
systemtap Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
xml examples: Add clean-traffic-gateway into nwfilters 2018-07-18 14:03:47 +02:00
Makefile.am maint: Prefer AM_CPPFLAGS over INCLUDES 2019-01-07 16:46:55 -06:00