summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/sync/Makefile
diff options
context:
space:
mode:
authorEmilio López <emilio.lopez@collabora.co.uk>2016-10-19 15:49:49 +0300
committerShuah Khan <shuahkh@osg.samsung.com>2016-12-02 04:12:59 +0300
commit6a5b7d2c55ca8eca3dc5cc6355885e286ef6df7f (patch)
tree2cb53ff2bd15bf5f9153a6f3b007c3162ad520a9 /tools/testing/selftests/sync/Makefile
parent82208160ae35ca00b5494c5c90c1a8721b15bdb1 (diff)
downloadlinux-6a5b7d2c55ca8eca3dc5cc6355885e286ef6df7f.tar.xz
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/Makefile1
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)