summaryrefslogtreecommitdiff
path: root/tests/refcount/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* build: Drop autotools supportPhilip Withnall2019-01-151-35/+0
* build: Use AM_TESTS_ENVIRONMENT rather than TESTS_ENVIRONMENTPhilip Withnall2017-05-231-1/+1
* Change a pair of TESTS = to TEST +=Ryan Lortie2013-06-011-1/+1
* Rework the build system for a new tests approachRyan Lortie2013-05-311-21/+12
* Silence automakeMatthias Clasen2013-02-021-1/+1
* tests: add check for leaking signal return valueMark Nauwelaerts2012-08-051-1/+4
* Drop g_thread_init from testsMatthias Clasen2012-04-021-2/+1
* tests: disable deprecation warnings for testsRyan Lortie2011-10-131-0/+1
* Replace -I with $(glib_INCLUDES) and friendsRyan Lortie2010-08-061-4/+1
* Add $(top_builddir)/glib to includespaul2010-08-051-0/+1
* notify: Add tests for threadsafe object notifiesOlivier CrĂȘte2010-07-221-0/+2
* initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik2007-11-211-0/+2
* Add a missing reference to libglib in the LDADD for this test.Billy Biggs2005-11-071-1/+1
* Link the the refcount tests to the system thread library $(G_THREAD_LIBS).Sebastian Wilhelmi2005-09-111-1/+1
* test high contention on closure reference counts to trigger and catchTim Janik2005-08-011-5/+10
* Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen2005-07-151-0/+34