diff options
author | Emilio G. Cota <cota@braap.org> | 2018-08-19 05:13:33 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-08-23 18:46:25 +0200 |
commit | dbf8862a39f3099004366f1bd66d534b1590a34f (patch) | |
tree | ec90417c2c2dc623674056e9498b25adfa29b81d /tests/test-rcu-tailq.c | |
parent | 90487e455bc605a10b885df9aefd9c2174e5f106 (diff) |
tests: add test-rcu-tailq
Signed-off-by: Emilio G. Cota <cota@braap.org>
Message-Id: <20180819091335.22863-10-cota@braap.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/test-rcu-tailq.c')
-rw-r--r-- | tests/test-rcu-tailq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-rcu-tailq.c b/tests/test-rcu-tailq.c new file mode 100644 index 0000000000..8d487e0ee0 --- /dev/null +++ b/tests/test-rcu-tailq.c @@ -0,0 +1,2 @@ +#define TEST_LIST_TYPE 3 +#include "test-rcu-list.c" |