Update rcutorture: test all RCU flavors
[urcu.git] / tests / urcutorture.c
index 9af450d9ac9b5d2a2e0417b8deb6e1658d5baf26..929d171b862717ab985bcde59407f1678c3fbe21 100644 (file)
@@ -3,8 +3,24 @@
 #include <poll.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <urcu/arch.h>
 #include "api.h"
 #define _LGPL_SOURCE
+
+#ifdef TORTURE_URCU_SIGNAL
 #include <urcu.h>
-#include <urcu/arch_uatomic.h>
+#endif
+#ifdef TORTURE_URCU_MB
+#define URCU_MB
+#include <urcu.h>
+#endif
+#ifdef TORTURE_QSBR
+#include <urcu-qsbr.h>
+#endif
+#ifdef TORTURE_URCU_BP
+#include <urcu-bp.h>
+#endif
+
+#include <urcu/uatomic_arch.h>
+#include <urcu/rculist.h>
 #include "rcutorture.h"
This page took 0.023242 seconds and 4 git commands to generate.