diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2020-05-20 15:05:40 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-05-27 14:26:49 +0100 |
commit | 919bfbf5d6569b63a374332292cf3d2355a6d6c3 (patch) | |
tree | 2b0fb11e9d5eb2f8f46715a7ba0e0fad20e99fb9 /tests/tcg/multiarch/Makefile.target | |
parent | 1f81ce90e31ef338ee53a0cea02344237bc470cc (diff) | |
download | qemu-919bfbf5d6569b63a374332292cf3d2355a6d6c3.zip qemu-919bfbf5d6569b63a374332292cf3d2355a6d6c3.tar.gz qemu-919bfbf5d6569b63a374332292cf3d2355a6d6c3.tar.bz2 |
tests/tcg: add new threadcount test
Based on the original testcase by Nikolay Igotti.
Message-ID: <CAEme+7GLKg_dNsHizzTKDymX9HyD+Ph2iZ=WKhOw2XG+zhViXg@mail.gmail.com>
Signed-off-by: Nikolay Igotti <igotti@gmail.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200520140541.30256-15-alex.bennee@linaro.org>
Diffstat (limited to 'tests/tcg/multiarch/Makefile.target')
-rw-r--r-- | tests/tcg/multiarch/Makefile.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcg/multiarch/Makefile.target b/tests/tcg/multiarch/Makefile.target index 51fb75e..cb49cc9 100644 --- a/tests/tcg/multiarch/Makefile.target +++ b/tests/tcg/multiarch/Makefile.target @@ -28,6 +28,8 @@ run-float_%: float_% testthread: LDFLAGS+=-lpthread +threadcount: LDFLAGS+=-lpthread + # We define the runner for test-mmap after the individual # architectures have defined their supported pages sizes. If no # additional page sizes are defined we only run the default test. |