spice-common/tests
Christophe Fergeau 8473d0ae71 log: Use SPICE_CONSTRUCTOR_FUNC
This was done through a GOnce called every time spice_log() is called,
now it will always be called at spice-server startup.

This means the unit test needs to be updated as SPICE_DEBUG/ABORT_LEVEL
must now be set before the process starts up rather than before the
first spice_log call, and the deprecation warning these environment
variables trigger cannot be caught using g_test_expect_message() as
they are output before g_test_init() is called.
2016-04-05 15:38:17 +02:00
..
Makefile.am Revert "Remove files moved to spice-protocol" 2016-03-10 16:01:36 +01:00
test-logging.c log: Use SPICE_CONSTRUCTOR_FUNC 2016-04-05 15:38:17 +02:00
test-marshallers.c Fix build in systems with Glib version older than 2.38 2016-03-31 11:25:02 +02:00
test-marshallers.h Add marshaller test case 2015-09-15 17:48:59 +02:00
test-marshallers.proto Add marshaller test case 2015-09-15 17:48:59 +02:00