From 5ee5496e04ebde9039fc968a496b725fbfbd8280 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Wed, 10 Aug 2016 22:22:20 +0000 Subject: [PATCH] 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 --- none/tests/arm/Makefile.am | 4 ++++ none/tests/arm/v8crypto.stderr.exp | 0 none/tests/arm/v8crypto.vgtest | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 none/tests/arm/v8crypto.stderr.exp create mode 100644 none/tests/arm/v8crypto.vgtest diff --git a/none/tests/arm/Makefile.am b/none/tests/arm/Makefile.am index 4507a20b4..d967aef82 100644 --- a/none/tests/arm/Makefile.am +++ b/none/tests/arm/Makefile.am @@ -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 diff --git a/none/tests/arm/v8crypto.stderr.exp b/none/tests/arm/v8crypto.stderr.exp new file mode 100644 index 000000000..e69de29bb diff --git a/none/tests/arm/v8crypto.vgtest b/none/tests/arm/v8crypto.vgtest new file mode 100644 index 000000000..90db678cd --- /dev/null +++ b/none/tests/arm/v8crypto.vgtest @@ -0,0 +1,2 @@ +prog: v8crypto +vgopts: -q