9c2244396e
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) |
||
---|---|---|
.. | ||
Makefile.am | ||
test-unit-main.c |