Connect the v8crypto test to the build system, at least somewhat, so

as to make the post-regtest-tests happy.  Still needs configure.ac
checking for "-mfpu=crypto-neon-fp-armv8" gcc flag support.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15935
This commit is contained in:
Julian Seward 2016-08-10 22:22:20 +00:00
parent 030cea68c8
commit 5ee5496e04
3 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,7 @@ EXTRA_DIST = \
v6intARM.stdout.exp v6intARM.stderr.exp v6intARM.vgtest \
v6intThumb.stdout.exp v6intThumb.stderr.exp v6intThumb.vgtest \
v6media.stdout.exp v6media.stderr.exp v6media.vgtest \
v8crypto.stdout.exp v8crypto.stderr.exp v8crypto.vgtest \
vcvt_fixed_float_VFP.stdout.exp vcvt_fixed_float_VFP.stderr.exp \
vcvt_fixed_float_VFP.vgtest \
vfp.stdout.exp vfp.stderr.exp vfp.vgtest \
@ -27,6 +28,7 @@ check_PROGRAMS = \
v6intARM \
v6intThumb \
v6media \
v8crypto \
vcvt_fixed_float_VFP \
vfp \
vfpv4_fma
@ -49,6 +51,8 @@ v6intThumb_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 -mthumb
v6media_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 -mthumb
v8crypto_CFLAGS = $(AM_CFLAGS) -g -O0 -mfpu=crypto-neon-fp-armv8
vfp_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 \
-mfpu=neon \
-mthumb

View File

View File

@ -0,0 +1,2 @@
prog: v8crypto
vgopts: -q