tests: define HANDY_USE_UNSTABLE_API

libhandy refuses to be used from C without this; since our
tests rely on a C header file we have to define it or else the tests will fail to build.
This commit is contained in:
Christopher Davis 2019-01-25 19:35:00 -05:00 committed by Jordan Petridis
parent f3d8347283
commit d0ca9312c3

View file

@ -1,3 +1,4 @@
// Feel free to edit this file, it won't be regenerated by gir generator unless removed.
#define HANDY_USE_UNSTABLE_API
#include <handy.h>