diff options
author | Emilio López <emilio.lopez@collabora.co.uk> | 2016-10-19 09:49:49 -0300 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-12-01 18:12:59 -0700 |
commit | 6a5b7d2c55ca8eca3dc5cc6355885e286ef6df7f (patch) | |
tree | 2cb53ff2bd15bf5f9153a6f3b007c3162ad520a9 /tools/testing/selftests/sync/Makefile | |
parent | 82208160ae35ca00b5494c5c90c1a8721b15bdb1 (diff) | |
download | blackbird-obmc-linux-6a5b7d2c55ca8eca3dc5cc6355885e286ef6df7f.tar.gz blackbird-obmc-linux-6a5b7d2c55ca8eca3dc5cc6355885e286ef6df7f.zip |
selftest: sync: fence tests for sw_sync framework
These tests are based on the libsync test suite from Android.
This commit includes tests for basic fence creation.
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 620a59ae2dab..69e18b34ee1b 100644 --- a/tools/testing/selftests/sync/Makefile +++ b/tools/testing/selftests/sync/Makefile @@ -11,6 +11,7 @@ include ../lib.mk OBJS = sync_test.o sync.o TESTS += sync_alloc.o +TESTS += sync_fence.o sync_test: $(OBJS) $(TESTS) |