summaryrefslogtreecommitdiff
path: root/glib/tests/onceinit.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add some missing g_thread_join() calls to onceinit testPhilip Withnall2023-02-231-1/+7
| | | | | | | Running the test under asan was failing as the threads were being leaked. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* Add a SPDX LicenseRef for the license historically used for testsSimon McVittie2022-11-021-0/+2
| | | | | | | | | | | | | Some of GLib's unit tests are under an apparently GLib-specific permissive license, vaguely similar to the BSD/MIT family but with the GPL's lack-of-warranty wording. This is not on SPDX's list of well-known licenses, so we need to use a custom license name prefixed with LicenseRef if we want to represent this in SPDX/REUSE syntax. Most of the newer tests seem to be licensed under LGPL-2.1-or-later instead. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Move tests/onceinit.c to glib/tests/onceinit.cEmmanuel Fleury2022-04-111-0/+287
Related to issue #1434