tests: Fix building with GCC 10
commitce92ec266ccccc90b7a8cb0264b997dab27c10f9
authorPetr Písař <petr.pisar@atlas.cz>
Wed, 22 Jan 2020 18:13:50 +0000 (22 19:13 +0100)
committerPetr Písař <petr.pisar@atlas.cz>
Wed, 22 Jan 2020 18:13:50 +0000 (22 19:13 +0100)
tree859e2c863de0cfced805dbd8154b63d64a9876d4
parentc24509f6747e963f511a4feebeeb8d5c2817d3cd
tests: Fix building with GCC 10

GCC 10 defaults to -fno-common resulting into errors about a multiple
definitions of variables that where defined instead of declared by
a mistake in a header file that is included into more compilations
units.
test/test.c
test/test.h