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