mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +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],
|
||||
'c_args' : use_pcre_static_flag ? ['-DPCRE_STATIC'] : [],
|
||||
},
|
||||
'relation' : {},
|
||||
'rwlock' : {},
|
||||
'scannerapi' : {},
|
||||
'search-utils' : {},
|
||||
|
@ -22,6 +22,8 @@
|
||||
* GLib at ftp://ftp.gtk.org/pub/gtk/.
|
||||
*/
|
||||
|
||||
#define GLIB_DISABLE_DEPRECATION_WARNINGS
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
int array[10000];
|
@ -20,7 +20,6 @@ tests = {
|
||||
'mainloop-test' : {},
|
||||
'mapping-test' : {},
|
||||
'onceinit' : {},
|
||||
'relation-test' : {},
|
||||
'slice-concurrent' : {},
|
||||
'slice-threadinit' : {
|
||||
'dependencies' : [libgthread_dep],
|
||||
|
Loading…
Reference in New Issue
Block a user