Move test programs to tests/ subdir
[urcu.git] / tests / urcutorture.c
diff --git a/tests/urcutorture.c b/tests/urcutorture.c
new file mode 100644 (file)
index 0000000..70abc68
--- /dev/null
@@ -0,0 +1,9 @@
+#include <string.h>
+#include <sys/time.h>
+#include <poll.h>
+#include <unistd.h>
+#include <stdlib.h>
+#include "api.h"
+#define _LGPL_SOURCE
+#include "../urcu.h"
+#include "rcutorture.h"
This page took 0.028825 seconds and 4 git commands to generate.