tests: normalize inclusions of tap/tap.h
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 29 Nov 2023 15:47:03 +0000 (10:47 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 1 Dec 2023 00:07:34 +0000 (19:07 -0500)
commit145eca9d9f8caf8c3c084ec82b43dc1ee52870d2
tree326f0a781cba32c69aec3dd32e34411cf8f9f1ae
parentc555effe83f92c839995d9eaeccdadce41da996b
tests: normalize inclusions of tap/tap.h

Use "tap/tap.h" instead of <tap/tap.h> everywhere.

Move the inclusion at the end of the inclusion list everywhere.  tap.h
defines macros with common names like `ok` and `fail`, which can clash
if defined before including other files.  Let's establish the practice
of including tap.h last.

Change-Id: Ic06f59d146390d6fe21a6ac229972df02ce8d762
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11461
Tested-by: jenkins <jenkins@lttng.org>
tests/bitfield/test-bitfield.c
tests/lib/test-bt-uuid.c
tests/lib/test-remove-destruction-listener-in-destruction-listener.c
This page took 0.024335 seconds and 4 git commands to generate.