spice-common/tests
Frediano Ziglio 6a64d86d1d test-logging: Do not use G_PASTE to join level
"level" can have value "DEBUG". In some environment "DEBUG" is
used as preprocessor name to enable some debugging code.
Using -DDEBUG option (or similar) cause "DEBUG" to be defined as "1"
so "G_PASTE(G_LOG_LEVEL_, level)" will be expanded to "G_LOG_LEVEL_1"
instead of "G_LOG_LEVEL_DEBUG".
Just concatenate the two literal to avoid "DEBUG" expansion.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
2020-03-19 14:47:08 +00:00
..
Makefile.am test-utils: Add a test for some utils.h functions 2020-03-05 18:38:12 +00:00
meson.build test-utils: Add a test for some utils.h functions 2020-03-05 18:38:12 +00:00
test-dummy-recorder.c agent-interface: introduce the core of the Agent Interface 2019-10-18 17:04:03 +01:00
test-logging.c test-logging: Do not use G_PASTE to join level 2020-03-19 14:47:08 +00:00
test-marshallers.c Do not check for HAVE_CONFIG_H 2019-05-02 09:33:05 +01:00
test-marshallers.h test-marshallers.proto: ArrayMessage: make space for name 2019-08-13 18:09:05 +01:00
test-marshallers.proto test-marshallers.proto: ArrayMessage: make space for name 2019-08-13 18:09:05 +01:00
test-quic.c test-quic: Run 1 random quic test per color mode 2020-03-02 09:57:56 +00:00
test-region.c Do not check for HAVE_CONFIG_H 2019-05-02 09:33:05 +01:00
test-ssl-verify.c test-ssl-verify: Improve subject_to_x509_name coverage 2019-03-13 17:22:18 +00:00
test-utils.c test-utils: Add a test for some utils.h functions 2020-03-05 18:38:12 +00:00