diff options
author | Emilio López <emilio.lopez@collabora.co.uk> | 2016-10-19 14:49:49 +0200 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-12-02 02:12:59 +0100 |
commit | 6a5b7d2c55ca8eca3dc5cc6355885e286ef6df7f (patch) | |
tree | 2cb53ff2bd15bf5f9153a6f3b007c3162ad520a9 /tools/testing/selftests/sync/Makefile | |
parent | selftest: sync: basic tests for sw_sync framework (diff) | |
download | linux-6a5b7d2c55ca8eca3dc5cc6355885e286ef6df7f.tar.xz 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) |