diff options
author | Emilio López <emilio.lopez@collabora.co.uk> | 2016-10-19 09:49:51 -0300 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-12-01 18:13:12 -0700 |
commit | fdba7cffc32b22afb8070a433c091448b519923f (patch) | |
tree | b27d1e11f00c24692bc93ceb9ce15dd661c03f9a /tools/testing/selftests/sync/Makefile | |
parent | 1c5839c6eefbb938052c57bc32f66b6f276431f3 (diff) | |
download | talos-obmc-linux-fdba7cffc32b22afb8070a433c091448b519923f.tar.gz talos-obmc-linux-fdba7cffc32b22afb8070a433c091448b519923f.zip |
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/Makefile')
-rw-r--r-- | tools/testing/selftests/sync/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/sync/Makefile b/tools/testing/selftests/sync/Makefile index a39497d8cb4a..99b58fe4a36f 100644 --- a/tools/testing/selftests/sync/Makefile +++ b/tools/testing/selftests/sync/Makefile @@ -13,6 +13,7 @@ OBJS = sync_test.o sync.o TESTS += sync_alloc.o TESTS += sync_fence.o TESTS += sync_merge.o +TESTS += sync_wait.o sync_test: $(OBJS) $(TESTS) |