aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/sync/Makefile
diff options
context:
space:
mode:
authorEmilio López <emilio.lopez@collabora.co.uk>2016-10-19 09:49:50 -0300
committerShuah Khan <shuahkh@osg.samsung.com>2016-12-01 18:13:06 -0700
commit1c5839c6eefbb938052c57bc32f66b6f276431f3 (patch)
treea714b38df03e95163f81102d89b7c52fc8d5b103 /tools/testing/selftests/sync/Makefile
parentselftest: sync: fence tests for sw_sync framework (diff)
downloadlinux-dev-1c5839c6eefbb938052c57bc32f66b6f276431f3.tar.xz
linux-dev-1c5839c6eefbb938052c57bc32f66b6f276431f3.zip
selftest: sync: merge tests for sw_sync framework
These tests are based on the libsync test suite from Android. This commit includes tests for basic merge operations. 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 69e18b34ee1b..a39497d8cb4a 100644
--- a/tools/testing/selftests/sync/Makefile
+++ b/tools/testing/selftests/sync/Makefile
@@ -12,6 +12,7 @@ OBJS = sync_test.o sync.o
TESTS += sync_alloc.o
TESTS += sync_fence.o
+TESTS += sync_merge.o
sync_test: $(OBJS) $(TESTS)