summaryrefslogtreecommitdiff
path: root/gio/tests/giomodule.c
AgeCommit message (Collapse)AuthorFilesLines
2024-01-25Imported Upstream version 2.76.6Karol Lewandowski1-4/+12
2024-01-03Imported Upstream version 2.74.5Karol Lewandowski1-2/+6
2019-12-03Imported Upstream version 2.61.2Hyunjee Kim1-4/+21
2014-01-13giomodule test: fix againRyan Lortie1-4/+4
The compiled modules will be in the G_TEST_BUILT directory, not _DIST.
2014-01-04gio/tests/giomodule.c: Use G_MODULE_SUFFIXChun-wei Fan1-1/+1
The file extension of the GIO module could be something other than .so, depending on platform. Use G_MODULE_SUFFIX so that the test will run correctly on non-*nix platforms, such as Windows. https://bugzilla.gnome.org/show_bug.cgi?id=719344
2014-01-01Improve GIOModule test coverageMatthias Clasen1-0/+136
Add a dedicated test for GIOModule.