diff options
author | Emilio López <emilio.lopez@collabora.co.uk> | 2016-10-19 09:49:54 -0300 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-12-01 18:13:32 -0700 |
commit | 499a1d11f2653483f87c3339c8c799bc259536e7 (patch) | |
tree | 20cea53276bcc310b60c5931573080813f723f91 /tools/testing/selftests/sync/Makefile | |
parent | c52dee5025d904896198b7090cf7df80a4028363 (diff) | |
download | talos-obmc-linux-499a1d11f2653483f87c3339c8c799bc259536e7.tar.gz talos-obmc-linux-499a1d11f2653483f87c3339c8c799bc259536e7.zip |
selftest: sync: stress test for merges
This test is based on the libsync test suite from Android.
This commit includes a test to stress merge operations.
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 20428d53b210..87ac400507c0 100644 --- a/tools/testing/selftests/sync/Makefile +++ b/tools/testing/selftests/sync/Makefile @@ -16,6 +16,7 @@ TESTS += sync_merge.o TESTS += sync_wait.o TESTS += sync_stress_parallelism.o TESTS += sync_stress_consumer.o +TESTS += sync_stress_merge.o sync_test: $(OBJS) $(TESTS) |