Move tests/relation-test.c to glib/tests/relation.c

Related to issue #1434
This commit is contained in:
Emmanuel Fleury 2022-03-17 18:36:58 +01:00
parent 372b63bf1a
commit 2d6dc9ff2e
3 changed files with 3 additions and 1 deletions

View File

@ -89,6 +89,7 @@ glib_tests = {
'dependencies' : [pcre],
'c_args' : use_pcre_static_flag ? ['-DPCRE_STATIC'] : [],
},
'relation' : {},
'rwlock' : {},
'scannerapi' : {},
'search-utils' : {},

View File

@ -22,6 +22,8 @@
* GLib at ftp://ftp.gtk.org/pub/gtk/.
*/
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#include <glib.h>
int array[10000];

View File

@ -20,7 +20,6 @@ tests = {
'mainloop-test' : {},
'mapping-test' : {},
'onceinit' : {},
'relation-test' : {},
'slice-concurrent' : {},
'slice-threadinit' : {
'dependencies' : [libgthread_dep],