mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-06 19:54:18 +00:00
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:
parent
030cea68c8
commit
5ee5496e04
@ -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
|
||||
|
||||
0
none/tests/arm/v8crypto.stderr.exp
Normal file
0
none/tests/arm/v8crypto.stderr.exp
Normal file
2
none/tests/arm/v8crypto.vgtest
Normal file
2
none/tests/arm/v8crypto.vgtest
Normal file
@ -0,0 +1,2 @@
|
||||
prog: v8crypto
|
||||
vgopts: -q
|
||||
Loading…
x
Reference in New Issue
Block a user