Compare commits

..

No commits in common. "a0c82f2adeb7a06c0c42b144f9eda3689f81b2e6" and "c07ee22637614f710ba5f7ca6fc978a771ef6f48" have entirely different histories.

3 changed files with 7 additions and 37 deletions

View File

@ -12,7 +12,6 @@
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
/* TreeItem structure */
typedef struct _TreeItem TreeItem;
struct _TreeItem

View File

@ -1,36 +0,0 @@
(specifications->manifest
(list
"clang"
"cmark"
"desktop-file-utils"
"devhelp"
"flatpak"
"gettext-minimal"
"glade"
"glib"
"gspell"
"gst-plugins-bad"
"gtk+"
"gtksourceview"
"json-glib"
"jsonrpc-glib"
"libdazzle"
"libgit2-glib"
"libhandy"
"libostree"
"libpeas"
"libportal"
"libsoup-minimal"
"llvm"
"meson"
"ninja"
"gcc-toolchain"
"pkg-config"
"python-pygobject"
"python"
"sysprof"
"template-glib"
"vala"
"vte"
"webkitgtk-with-libsoup2"
"xorg-server"))

View File

@ -50,6 +50,13 @@ foreach setup : setups
'GDK_BACKEND=@0@'.format(backend),
] + 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(
'@0@_unstable'.format(name),
env: env + ['TEST_OUTPUT_SUBDIR=@0@_unstable'.format(name)],