summaryrefslogtreecommitdiff
path: root/gio/tests/meson.build
Commit message (Expand)AuthorAgeFilesLines
* Rename confusing socket test filenamesMike Salmela2023-04-291-2/+2
* Merge branch 'valgrind-variable' into 'main'Marco Trevisan2023-04-171-0/+68
|\
| * meson: Add tests for generated pkg-config filesMarco Trevisan (Treviño)2023-04-171-0/+68
* | Merge branch 'wip/jtojnar/wl-are-compiler-flags' into 'main'Philip Withnall2023-04-141-1/+1
|\ \
| * | build/gmodule-2.0.pc: Move compiler flags from Libs to CflagsJan Tojnar2023-03-311-1/+1
| |/
* | Fix multiple definition errorDan Yeaw2023-04-071-1/+1
|/
* Fix build of gio/ttests/est_resources2.o with LLVM objcopyAlex Richardson2023-01-281-1/+1
* Fix building gio/tests/test_resources.o with LLVM ldAlex Richardson2023-01-281-6/+2
* gio: Use 'cpp' suite for C++ testsMarco Trevisan (Treviño)2023-01-171-1/+1
* meson: Use exitcode protocol for some c++ and gobject definition testsMarco Trevisan (Treviño)2023-01-171-0/+2
* meson: Use 'tap' test protocol by defaultMarco Trevisan (Treviño)2023-01-171-0/+2
* Merge branch 'wip/3v1n0/desktop-app-info-fail-on-not-existent' into 'main'Philip Withnall2022-12-131-0/+1
|\
| * gdesktopappinfo: Take in account the desktop Path to find executablesMarco Trevisan (Treviño)2022-12-121-0/+1
* | tests: Add basic GApplicationCommandLine unit testsPhilip Withnall2022-12-091-0/+1
* | tests: Add stub tests for GFdoNotificationBackendPhilip Withnall2022-12-091-0/+1
|/
* Merge branch 'snap-portal-support' into 'main'Philip Withnall2022-11-241-1/+41
|\
| * gio/tests: Add tests for flatpak infosMarco Trevisan (Treviño)2022-11-241-0/+21
| * gportalsupport: Force use /usr/bin/snapctl to get snap connection statusMarco Trevisan (Treviño)2022-11-241-0/+3
| * gio/tests/sandbox: Use test portal utils to create fake snap.yamlMarco Trevisan (Treviño)2022-11-241-1/+1
| * gio/tests: Add tests for portal support functionsMarco Trevisan (Treviño)2022-11-241-0/+16
* | Revert "build: Use fs.copyfile() instead of configure_file()"Philip Withnall2022-11-241-14/+11
|/
* build: Use fs.copyfile() instead of configure_file()Philip Withnall2022-11-231-11/+14
* tests: Work around Meson bug with using exe_wrapperAlexander Kanavin2022-11-141-1/+3
* Merge branch 'wip/3v1n0/meson-fix-tests-binary-dependencies' into 'main'Philip Withnall2022-11-081-50/+109
|\
| * gio/tests/meson: Add resource plugin as test dependencyMarco Trevisan (Treviño)2022-11-011-1/+4
| * gio/tests/meson: Add fake-service-name as gdbus-names dependencyMarco Trevisan (Treviño)2022-11-011-1/+4
| * gio/tests/meson: Make giomodule test to depend on built modulesMarco Trevisan (Treviño)2022-11-011-5/+7
| * gio/tests/meson: Add dbus-launch as dependency of gdbus-address-get-sessionMarco Trevisan (Treviño)2022-11-011-0/+1
| * gio/tests/meson: Add glib-compile-schemas as dependency for gsettings testMarco Trevisan (Treviño)2022-11-011-0/+1
| * gio/tests/meson: Add fake-document-portal as dependency of dbus-appinfoMarco Trevisan (Treviño)2022-11-011-0/+1
| * gio/tests/meson: Add gdbus-connection-flush-helper as dependency of connectio...Marco Trevisan (Treviño)2022-11-011-1/+1
| * gio/tests/meson: Add gdbus-testserver prog as dependency of GDbus testsMarco Trevisan (Treviño)2022-11-011-7/+30
| * gio/tests/meson: Add basic-application as prerequisite of gapplicationMarco Trevisan (Treviño)2022-11-011-1/+4
| * gio/tests/meson: Add gsubprocess-testprog as gsubprocess dependencyMarco Trevisan (Treviño)2022-11-011-0/+1
| * gio/tests/meson: Add appinfo-test and apps as appinfo tests dependencyMarco Trevisan (Treviño)2022-11-011-0/+2
| * gio/meson: Make possible for test to depend on extra programsMarco Trevisan (Treviño)2022-11-011-14/+29
| * gio/tests/meson: Always generate desktop files for local buildsMarco Trevisan (Treviño)2022-11-011-21/+24
| * gio/tests/meson: Make desktop-app-info depend on gio-launch-desktopMarco Trevisan (Treviño)2022-11-011-0/+1
* | gio: Create a sandbox checking functionRobert Ancell2022-11-011-0/+3
|/
* glib,gio/tests: Mark some spawn tests as flaky under windowsMarco Trevisan (Treviño)2022-10-311-1/+3
* meson: Use test setup environment instead of repeating it everywhereMarco Trevisan (Treviño)2022-10-311-1/+1
* tests: Mark should_fail tests as can_failMarco Trevisan (Treviño)2022-10-311-6/+5
* ci: Mark failing mingw tests as can-fail and do not ignore test failuresMarco Trevisan (Treviño)2022-10-311-1/+1
* ci: Mark failing windows tests as can-fail and do not ignore test failuresMarco Trevisan (Treviño)2022-10-311-1/+4
* meson: Expose library build type as global variablesMarco Trevisan (Treviño)2022-10-311-3/+3
* gio: mark codegen test as can-fail in freebsdMarco Trevisan (Treviño)2022-10-311-1/+2
* meson, ci: Support tests that can fail under certain conditionsMarco Trevisan (Treviño)2022-10-311-5/+15
* Merge branch 'wip/smcv/autofd' into 'main'Philip Withnall2022-10-271-0/+1
|\
| * tests: Test that we can include all headers with an old MAX_VERSIONSimon McVittie2022-10-271-0/+1
* | tests: Fix resources test on macOSNirbheek Chauhan2022-10-271-2/+0