Learning GTK4 Trees _ initial commit
This commit is contained in:
parent
c07ee22637
commit
8f56c928b1
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
||||||
|
|
||||||
|
|
||||||
/* TreeItem structure */
|
/* TreeItem structure */
|
||||||
typedef struct _TreeItem TreeItem;
|
typedef struct _TreeItem TreeItem;
|
||||||
struct _TreeItem
|
struct _TreeItem
|
||||||
|
|
|
@ -50,13 +50,6 @@ foreach setup : setups
|
||||||
'GDK_BACKEND=@0@'.format(backend),
|
'GDK_BACKEND=@0@'.format(backend),
|
||||||
] + setup.get('env', [])
|
] + setup.get('env', [])
|
||||||
|
|
||||||
add_test_setup(
|
|
||||||
name,
|
|
||||||
env: env + ['TEST_OUTPUT_SUBDIR=@0@'.format(name)],
|
|
||||||
exclude_suites: exclude_unstable + exclude,
|
|
||||||
is_default: setup.get('is_default', false),
|
|
||||||
)
|
|
||||||
|
|
||||||
add_test_setup(
|
add_test_setup(
|
||||||
'@0@_unstable'.format(name),
|
'@0@_unstable'.format(name),
|
||||||
env: env + ['TEST_OUTPUT_SUBDIR=@0@_unstable'.format(name)],
|
env: env + ['TEST_OUTPUT_SUBDIR=@0@_unstable'.format(name)],
|
||||||
|
|
Loading…
Reference in New Issue