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>
This commit is contained in:
parent
82208160ae
commit
6a5b7d2c55
4 changed files with 140 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue