mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Move tests/relation-test.c to glib/tests/relation.c
Related to issue #1434
This commit is contained in:
parent
372b63bf1a
commit
2d6dc9ff2e
@ -89,6 +89,7 @@ glib_tests = {
|
|||||||
'dependencies' : [pcre],
|
'dependencies' : [pcre],
|
||||||
'c_args' : use_pcre_static_flag ? ['-DPCRE_STATIC'] : [],
|
'c_args' : use_pcre_static_flag ? ['-DPCRE_STATIC'] : [],
|
||||||
},
|
},
|
||||||
|
'relation' : {},
|
||||||
'rwlock' : {},
|
'rwlock' : {},
|
||||||
'scannerapi' : {},
|
'scannerapi' : {},
|
||||||
'search-utils' : {},
|
'search-utils' : {},
|
||||||
|
@ -22,6 +22,8 @@
|
|||||||
* GLib at ftp://ftp.gtk.org/pub/gtk/.
|
* GLib at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define GLIB_DISABLE_DEPRECATION_WARNINGS
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
int array[10000];
|
int array[10000];
|
@ -20,7 +20,6 @@ tests = {
|
|||||||
'mainloop-test' : {},
|
'mainloop-test' : {},
|
||||||
'mapping-test' : {},
|
'mapping-test' : {},
|
||||||
'onceinit' : {},
|
'onceinit' : {},
|
||||||
'relation-test' : {},
|
|
||||||
'slice-concurrent' : {},
|
'slice-concurrent' : {},
|
||||||
'slice-threadinit' : {
|
'slice-threadinit' : {
|
||||||
'dependencies' : [libgthread_dep],
|
'dependencies' : [libgthread_dep],
|
||||||
|
Loading…
Reference in New Issue
Block a user