Merge branch 'urcu/ht' into urcu/ht-benchmarks
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 3 Sep 2011 19:24:48 +0000 (15:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 3 Sep 2011 19:24:48 +0000 (15:24 -0400)
1  2 
tests/Makefile.am

index 6e4db4dfad6366b706896e21d6169471bc7eb97b,9e5940f749b8e335961785a556b4de1d1a2d8772..c2813da6af49af1423f3d7bc62ad2493ddb0cca5
@@@ -177,13 -176,9 +177,13 @@@ test_urcu_wfs_dynlink_CFLAGS = -DDYNAMI
  test_urcu_wfs_dynlink_LDADD = $(URCU_COMMON_LIB)
  
  test_urcu_hash_SOURCES = test_urcu_hash.c $(COMPAT)
- test_urcu_hash_CFLAGS = -DRCU_MEMBARRIER $(AM_CFLAGS)
- test_urcu_hash_LDADD = $(URCU) $(URCU_CDS_LIB)
+ test_urcu_hash_CFLAGS = -DRCU_QSBR $(AM_CFLAGS)
+ test_urcu_hash_LDADD = $(URCU_QSBR_LIB) $(URCU_CDS_LIB)
  
 +test_glib_hash_SOURCES = test_glib_hash.c $(COMPAT)
 +test_glib_hash_CFLAGS = -DRCU_MEMBARRIER $(AM_CFLAGS) -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
 +test_glib_hash_LDADD = $(URCU) $(URCU_CDS_LIB) -lglib-2.0
 +
  urcutorture.c: api.h
  
  check-am:
This page took 0.0252790000000001 seconds and 4 git commands to generate.