mutter/tests/unit
Neil Roberts 9c2244396e Fix generating the unit test wrappers when building with MingW32
For some reason the unit test symbols end up in the read-only data
section when building on windows rather than the initialised data
section so they have a different letter in the list generated by nm.
They also begin with an underscore because windows likes to add
underscores to symbols for some reason. This patch changes the regular
expressions in the code to generate the wrapper list so that it
accepts either way.

Reviewed-by: Robert Bragg <robert@linux.intel.com>
(cherry picked from commit 8bbd4d49fcbaa2add5fb5d544f2c0a08e7658d36)
2013-09-02 18:08:13 +01:00
..
Makefile.am Fix generating the unit test wrappers when building with MingW32 2013-09-02 18:08:13 +01:00
test-unit-main.c Don't include cogl/cogl.h from test-utils.h 2013-07-04 11:50:31 +01:00