mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
1c5839c6ee
commit
fdba7cffc3
4 changed files with 96 additions and 0 deletions
|
@ -65,6 +65,7 @@ int main(void)
|
|||
err += RUN_TEST(test_fence_one_timeline_wait);
|
||||
err += RUN_TEST(test_fence_one_timeline_merge);
|
||||
err += RUN_TEST(test_fence_merge_same_fence);
|
||||
err += RUN_TEST(test_fence_multi_timeline_wait);
|
||||
|
||||
if (err)
|
||||
printf("[FAIL]\tsync errors: %d\n", err);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue