diff options
author | Emilio López | 2016-10-19 09:49:52 -0300 |
---|---|---|
committer | Shuah Khan | 2016-12-01 18:13:19 -0700 |
commit | 54b519f32ccd663ca8ee48d43c448271230d3670 (patch) | |
tree | 673ef4b7850c96c24e05f2a1a2acb75fcfe99282 /tools/testing/selftests/sync/Makefile | |
parent | fdba7cffc32b22afb8070a433c091448b519923f (diff) |
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/Makefile | 1 |
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) |