From 1c5839c6eefbb938052c57bc32f66b6f276431f3 Mon Sep 17 00:00:00 2001 From: Emilio López Date: Wed, 19 Oct 2016 09:49:50 -0300 Subject: selftest: sync: merge tests for sw_sync framework MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Shuah Khan --- tools/testing/selftests/sync/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/testing/selftests/sync/Makefile') 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) -- cgit