diff options
author | Anton Blanchard <anton@samba.org> | 2015-01-21 04:27:39 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-01-23 08:44:23 +0300 |
commit | 521adf5357105f6f750fbe7bca958fab3b19df2e (patch) | |
tree | 74f9dc6108221b20aa7ded50b1ed47528d1a9538 /tools/testing/selftests/powerpc/Makefile | |
parent | 15c2d45d17418cc4a712608c78ff3b5f0583d83b (diff) | |
download | linux-521adf5357105f6f750fbe7bca958fab3b19df2e.tar.xz |
selftests/powerpc: Add memcmp testcase
Add a testcase for the new ppc64 memcmp.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/Makefile')
-rw-r--r-- | tools/testing/selftests/powerpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/Makefile b/tools/testing/selftests/powerpc/Makefile index f6ff90a76bd7..1d5e7ad2c460 100644 --- a/tools/testing/selftests/powerpc/Makefile +++ b/tools/testing/selftests/powerpc/Makefile @@ -13,7 +13,7 @@ CFLAGS := -Wall -O2 -flto -Wall -Werror -DGIT_VERSION='"$(GIT_VERSION)"' -I$(CUR export CC CFLAGS -TARGETS = pmu copyloops mm tm primitives +TARGETS = pmu copyloops mm tm primitives stringloops endif |