diff options
author | Emilio López <emilio.lopez@collabora.co.uk> | 2016-10-19 15:49:51 +0300 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-12-02 04:13:12 +0300 |
commit | fdba7cffc32b22afb8070a433c091448b519923f (patch) | |
tree | b27d1e11f00c24692bc93ceb9ce15dd661c03f9a /tools/testing/selftests/sync/synctest.h | |
parent | 1c5839c6eefbb938052c57bc32f66b6f276431f3 (diff) | |
download | linux-fdba7cffc32b22afb8070a433c091448b519923f.tar.xz |
selftest: sync: wait tests for sw_sync framework
These tests are based on the libsync test suite from Android.
This commit includes tests for waiting on fences.
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/synctest.h')
-rw-r--r-- | tools/testing/selftests/sync/synctest.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/selftests/sync/synctest.h b/tools/testing/selftests/sync/synctest.h index c3b0b5ec4fa8..0fad57d77a30 100644 --- a/tools/testing/selftests/sync/synctest.h +++ b/tools/testing/selftests/sync/synctest.h @@ -51,4 +51,7 @@ int test_fence_one_timeline_merge(void); /* Fence merge tests */ int test_fence_merge_same_fence(void); +/* Fence wait tests */ +int test_fence_multi_timeline_wait(void); + #endif |