aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/sync/sync_test.c
diff options
context:
space:
mode:
authorEmilio López <emilio.lopez@collabora.co.uk>2016-10-19 08:49:50 -0400
committerShuah Khan <shuahkh@osg.samsung.com>2016-12-01 20:13:06 -0500
commit1c5839c6eefbb938052c57bc32f66b6f276431f3 (patch)
treea714b38df03e95163f81102d89b7c52fc8d5b103 /tools/testing/selftests/sync/sync_test.c
parent6a5b7d2c55ca8eca3dc5cc6355885e286ef6df7f (diff)
selftest: sync: merge tests for sw_sync framework
These tests are based on the libsync test suite from Android. This commit includes tests for basic merge operations. Signed-off-by: Emilio López <emilio.lopez@collabora.co.uk> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing/selftests/sync/sync_test.c')
-rw-r--r--tools/testing/selftests/sync/sync_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/sync/sync_test.c b/tools/testing/selftests/sync/sync_test.c
index b442292bdfc9..ab37eee8749a 100644
--- a/tools/testing/selftests/sync/sync_test.c
+++ b/tools/testing/selftests/sync/sync_test.c
@@ -64,6 +64,7 @@ int main(void)
64 64
65 err += RUN_TEST(test_fence_one_timeline_wait); 65 err += RUN_TEST(test_fence_one_timeline_wait);
66 err += RUN_TEST(test_fence_one_timeline_merge); 66 err += RUN_TEST(test_fence_one_timeline_merge);
67 err += RUN_TEST(test_fence_merge_same_fence);
67 68
68 if (err) 69 if (err)
69 printf("[FAIL]\tsync errors: %d\n", err); 70 printf("[FAIL]\tsync errors: %d\n", err);