]> git.karo-electronics.de Git - karo-tx-linux.git/commit
selftest: sync: basic tests for sw_sync framework
authorEmilio López <emilio.lopez@collabora.co.uk>
Wed, 19 Oct 2016 12:49:48 +0000 (09:49 -0300)
committerShuah Khan <shuahkh@osg.samsung.com>
Fri, 2 Dec 2016 01:12:50 +0000 (18:12 -0700)
commit82208160ae35ca00b5494c5c90c1a8721b15bdb1
treef68d64530389429e4aa09225b35eb0ec8fa1c3f1
parent1001354ca34179f3db924eb66672442a173147dc
selftest: sync: basic tests for sw_sync framework

These tests are based on the libsync test suite from Android.
This commit lays the ground for future tests, as well as includes
tests for a variety of basic allocation commands.

Signed-off-by: Emilio López <emilio.lopez@collabora.co.uk>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/Makefile
tools/testing/selftests/sync/.gitignore [new file with mode: 0644]
tools/testing/selftests/sync/Makefile [new file with mode: 0644]
tools/testing/selftests/sync/sw_sync.h [new file with mode: 0644]
tools/testing/selftests/sync/sync.c [new file with mode: 0644]
tools/testing/selftests/sync/sync.h [new file with mode: 0644]
tools/testing/selftests/sync/sync_alloc.c [new file with mode: 0644]
tools/testing/selftests/sync/sync_test.c [new file with mode: 0644]
tools/testing/selftests/sync/synctest.h [new file with mode: 0644]