From 6a5b7d2c55ca8eca3dc5cc6355885e286ef6df7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Wed, 19 Oct 2016 09:49:49 -0300 Subject: selftest: sync: fence 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 fence creation. 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 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) -- cgit v1.2.1