1
0
Fork 0
mutter-performance-source/cogl/tests/conform/meson
Marco Trevisan (Treviño) 8374be46d2 cogl/tests: Export and run unit tests if they are enabled
Cogl unit tests are just functions inside normal code files that needs to be
dload'ed by the test binary.

So in case unit-tests are enabled, we need to export those symbols.
Since map file can't be overridden, use a configure_file to generate the map
file when tests are enabled, in order to export the needed symbols.

Then goes through the source files to look unit tests checking for their macro
definition and load them with the runner script.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/442
2019-05-02 19:56:23 +00:00
..
find-conform-unit-tests.sh cogl/tests: Export and run unit tests if they are enabled 2019-05-02 19:56:23 +00:00