[lng-odp] [PATCH v2] add tests for queue

2014-10-31 Thread yan.songming
From: yan.songming yan.songm...@linaro.org Fix spelling problem. Add term_local and term_global. Move cunit queue test to test_odp_queue_base for none syn queue. Signed-off-by: Yan Songming yan.songm...@linaro.org --- test/cunit/Makefile.am | 4 +- test/cunit/odp_queue_test.c | 168

[lng-odp] [PATCH] queue test

2014-10-30 Thread yan.songming
From: yan.songming yan.songm...@linaro.org --- test/cunit/Makefile.am | 4 +- test/cunit/odp_queue_test.c | 168 2 files changed, 171 insertions(+), 1 deletion(-) create mode 100644 test/cunit/odp_queue_test.c diff --git a/test/cunit