summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/sync/Makefile
diff options
context:
space:
mode:
authorEmilio López <emilio.lopez@collabora.co.uk>2016-10-19 15:49:53 +0300
committerShuah Khan <shuahkh@osg.samsung.com>2016-12-02 04:13:25 +0300
commitc52dee5025d904896198b7090cf7df80a4028363 (patch)
tree27cc570456745917115a7b7389d8615dea79d82b /tools/testing/selftests/sync/Makefile
parent54b519f32ccd663ca8ee48d43c448271230d3670 (diff)
downloadlinux-c52dee5025d904896198b7090cf7df80a4028363.tar.xz
selftest: sync: stress consumer/producer test
This test is based on the libsync test suite from Android. This commit includes a stress test that replicates a consumer/producer pattern. 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 14f72bf70263..20428d53b210 100644
--- a/tools/testing/selftests/sync/Makefile
+++ b/tools/testing/selftests/sync/Makefile
@@ -15,6 +15,7 @@ TESTS += sync_fence.o
TESTS += sync_merge.o
TESTS += sync_wait.o
TESTS += sync_stress_parallelism.o
+TESTS += sync_stress_consumer.o
sync_test: $(OBJS) $(TESTS)