From: Julian Seward Date: Tue, 26 Aug 2014 19:28:09 +0000 (+0000) Subject: Build system stuff, to hook the tests in none/tests/arm64 X-Git-Tag: svn/VALGRIND_3_10_0~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f2212df9c1c60bf00fef24a4aa017d2c2cab85b;p=thirdparty%2Fvalgrind.git Build system stuff, to hook the tests in none/tests/arm64 to the build system. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14363 --- diff --git a/configure.ac b/configure.ac index 8edc593633..fa02d509f2 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am index 031f99afa6..3cee869867 100644 --- a/none/tests/Makefile.am +++ b/none/tests/Makefile.am @@ -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 index 0000000000..62f4d7c225 --- /dev/null +++ b/none/tests/arm64/Makefile.am @@ -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 index 0000000000..616ce05e19 --- /dev/null +++ b/none/tests/arm64/filter_stderr @@ -0,0 +1,4 @@ +#! /bin/sh + +../filter_stderr +