Bug 548967 - 1 bit mutex lock: add tests

Add a test case for the new API.

Always check the emulated futex(2) implementation, even on systems with
futex support.
This commit is contained in:
Ryan Lortie
2010-01-28 18:41:19 -05:00
parent 669b0f2d6b
commit 40eae351b1
6 changed files with 152 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
## Process this file with automake to produce Makefile.in
include $(top_srcdir)/Makefile.decl
SUBDIRS = . tests
DIST_SUBDIRS = tests
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/glib \