From: Mathieu Desnoyers Date: Sun, 13 Jun 2010 22:44:04 +0000 (-0400) Subject: Add uatomic test to make check X-Git-Tag: v0.4.5~7 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=8c3cea9493eb7c10aa855f6fa73725705f7bc349 Add uatomic test to make check Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/Makefile.am b/tests/Makefile.am index c25f8be..e0bbf46 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -152,4 +152,5 @@ test_urcu_bp_dynamic_link_CFLAGS = -DDYNAMIC_LINK_TEST $(AM_CFLAGS) urcutorture.c: api.h check-am: + ./test_uatomic ./runall.sh