tests: Add initial test framework for glib-mkenums
commite8d755eb8ecc70a8cae7e4de10684e77c21aaad5
authorPhilip Withnall <withnall@endlessm.com>
Wed, 2 May 2018 10:05:20 +0000 (2 11:05 +0100)
committerPhilip Withnall <withnall@endlessm.com>
Mon, 25 Jun 2018 12:39:13 +0000 (25 13:39 +0100)
treed0feec50674242cb4ce305d660d3167e018ca2a3
parentc0e6fa4f19d2d048c7edb86388bcaed74ba64994
tests: Add initial test framework for glib-mkenums

This allows running glib-mkenums with different C headers and checking
its output.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
https://gitlab.gnome.org/GNOME/glib/issues/1360
gobject/tests/meson.build
gobject/tests/mkenums.py [new file with mode: 0644]
gobject/tests/taptestrunner.py [new file with mode: 0644]