summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/sync/Makefile
diff options
context:
space:
mode:
authorEmilio López <emilio.lopez@collabora.co.uk>2016-10-19 14:49:52 +0200
committerShuah Khan <shuahkh@osg.samsung.com>2016-12-02 02:13:19 +0100
commit54b519f32ccd663ca8ee48d43c448271230d3670 (patch)
tree673ef4b7850c96c24e05f2a1a2acb75fcfe99282 /tools/testing/selftests/sync/Makefile
parentselftest: sync: wait tests for sw_sync framework (diff)
downloadlinux-54b519f32ccd663ca8ee48d43c448271230d3670.tar.xz
linux-54b519f32ccd663ca8ee48d43c448271230d3670.zip
selftest: sync: stress test for parallelism
This test is based on the libsync test suite from Android. This commit includes a stress test that invokes operations in parallel. 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/sync/Makefile')
-rw-r--r--tools/testing/selftests/sync/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/sync/Makefile b/tools/testing/selftests/sync/Makefile
index 99b58fe4a36f..14f72bf70263 100644
--- a/tools/testing/selftests/sync/Makefile
+++ b/tools/testing/selftests/sync/Makefile
@@ -14,6 +14,7 @@ TESTS += sync_alloc.o
TESTS += sync_fence.o
TESTS += sync_merge.o
TESTS += sync_wait.o
+TESTS += sync_stress_parallelism.o
sync_test: $(OBJS) $(TESTS)