String: Split memcpy tests so that parallel build is faster
authorNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 10 Nov 2021 22:16:25 +0000 (16:16 -0600)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 11 Nov 2021 02:14:09 +0000 (20:14 -0600)
commit6c1e3c0fd09a9653f562db69e77281e358451163
tree5a4e5e20a1f42bf5501e9d93ef381ddeea14a0d7
parent2f9062d7171850451e6044ef78d91ff8c017b9c0
String: Split memcpy tests so that parallel build is faster

No bug.

This commit splits test-memcpy.c into test-memcpy.c and
test-memcpy-large.c. The idea is parallel builds will be able to run
both in parallel speeding up the process.

Signed-off-by: Noah Goldstein <goldstein.w.n@gmail.com>
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
string/Makefile
string/test-memcpy-large.c [new file with mode: 0644]
string/test-memcpy-support.h [new file with mode: 0644]
string/test-memcpy.c