]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Build system stuff, to hook the tests in none/tests/arm64
authorJulian Seward <jseward@acm.org>
Tue, 26 Aug 2014 19:28:09 +0000 (19:28 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 26 Aug 2014 19:28:09 +0000 (19:28 +0000)
to the build system.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14363

configure.ac
none/tests/Makefile.am
none/tests/arm64/Makefile.am [new file with mode: 0644]
none/tests/arm64/filter_stderr [new file with mode: 0755]

index 8edc59363331565ec2207814c71a94825f85575c..fa02d509f2d0526c1c8640200d3dd35dd655ee4e 100644 (file)
@@ -2973,6 +2973,7 @@ AC_CONFIG_FILES([
    memcheck/tests/ppc64/Makefile
    memcheck/tests/s390x/Makefile
    memcheck/tests/vbit-test/Makefile
+   memcheck/tests/irop-test/Makefile
    cachegrind/Makefile
    cachegrind/tests/Makefile
    cachegrind/tests/x86/Makefile
@@ -2996,6 +2997,7 @@ AC_CONFIG_FILES([
    none/tests/ppc64/Makefile
    none/tests/x86/Makefile
    none/tests/arm/Makefile
+   none/tests/arm64/Makefile
    none/tests/s390x/Makefile
    none/tests/mips32/Makefile
    none/tests/mips64/Makefile
index 031f99afa676e8665000707b286029ba2270fd0a..3cee869867eb6b9c3f67230dcdbebb7c52e1a3c4 100644 (file)
@@ -19,6 +19,9 @@ endif
 if VGCONF_ARCHS_INCLUDE_ARM
 SUBDIRS += arm
 endif
+if VGCONF_ARCHS_INCLUDE_ARM64
+SUBDIRS += arm64
+endif
 if VGCONF_ARCHS_INCLUDE_S390X
 SUBDIRS += s390x
 endif
diff --git a/none/tests/arm64/Makefile.am b/none/tests/arm64/Makefile.am
new file mode 100644 (file)
index 0000000..62f4d7c
--- /dev/null
@@ -0,0 +1,20 @@
+
+include $(top_srcdir)/Makefile.tool-tests.am
+
+dist_noinst_SCRIPTS = filter_stderr
+
+EXTRA_DIST = \
+       integer.stdout.exp integer.stderr.exp integer.vgtest \
+       fp_and_simd.stdout.exp fp_and_simd.stderr.exp fp_and_simd.vgtest
+
+check_PROGRAMS = \
+       integer \
+       fp_and_simd
+
+AM_CFLAGS    += @FLAG_M64@
+AM_CXXFLAGS  += @FLAG_M64@
+AM_CCASFLAGS += @FLAG_M64@
+
+integer_CFLAGS     = $(AM_CFLAGS) -g -O0 -DTEST_BFM=0
+
+fp_and_simd_LDADD  = -lm
diff --git a/none/tests/arm64/filter_stderr b/none/tests/arm64/filter_stderr
new file mode 100755 (executable)
index 0000000..616ce05
--- /dev/null
@@ -0,0 +1,4 @@
+#! /bin/sh
+
+../filter_stderr
+