diff options
author | Emilio López <emilio.lopez@collabora.co.uk> | 2016-10-19 14:49:48 +0200 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-12-02 02:12:50 +0100 |
commit | 82208160ae35ca00b5494c5c90c1a8721b15bdb1 (patch) | |
tree | f68d64530389429e4aa09225b35eb0ec8fa1c3f1 /tools/testing/selftests/Makefile | |
parent | Linux 4.9-rc1 (diff) | |
download | linux-82208160ae35ca00b5494c5c90c1a8721b15bdb1.tar.xz linux-82208160ae35ca00b5494c5c90c1a8721b15bdb1.zip |
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>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r-- | tools/testing/selftests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index f770dba2a6f6..69cf1a68e4d3 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -23,6 +23,7 @@ TARGETS += seccomp TARGETS += sigaltstack TARGETS += size TARGETS += static_keys +TARGETS += sync TARGETS += sysctl ifneq (1, $(quicktest)) TARGETS += timers |