aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/Makefile
diff options
context:
space:
mode:
authorEmilio López <emilio.lopez@collabora.co.uk>2016-10-19 09:49:48 -0300
committerShuah Khan <shuahkh@osg.samsung.com>2016-12-01 18:12:50 -0700
commit82208160ae35ca00b5494c5c90c1a8721b15bdb1 (patch)
treef68d64530389429e4aa09225b35eb0ec8fa1c3f1 /tools/testing/selftests/Makefile
parentLinux 4.9-rc1 (diff)
downloadwireguard-linux-82208160ae35ca00b5494c5c90c1a8721b15bdb1.tar.xz
wireguard-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/Makefile1
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