]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Connect the v8crypto test to the build system, at least somewhat, so
authorJulian Seward <jseward@acm.org>
Wed, 10 Aug 2016 22:22:20 +0000 (22:22 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 10 Aug 2016 22:22:20 +0000 (22:22 +0000)
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
none/tests/arm/v8crypto.stderr.exp [new file with mode: 0644]
none/tests/arm/v8crypto.vgtest [new file with mode: 0644]

index 4507a20b469043e844b39647b53b10cce7c71a7c..d967aef821430c58238a3ed051fc693ec86b87af 100644 (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
diff --git a/none/tests/arm/v8crypto.stderr.exp b/none/tests/arm/v8crypto.stderr.exp
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/none/tests/arm/v8crypto.vgtest b/none/tests/arm/v8crypto.vgtest
new file mode 100644 (file)
index 0000000..90db678
--- /dev/null
@@ -0,0 +1,2 @@
+prog: v8crypto
+vgopts: -q