ftmemsim-valgrind/tests/Makefile.am
Carl Love 296ac5e8c1 Patch 3 of 7, improve PPC HW capabiltiy checking.
The patch was submitted by Will Schmidt  (will_schmidt@vnet.ibm.com).

remove unused capability checking scripts.
these have been replaced by the check_ppc64_auxv_cap script.

change tests/check_ppc64_auxv_cap to executable.  Tried to make it
executable on the last commit but for some reason it didn't seem to suceed.

Bugzilla 34979


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15422
2015-07-20 20:36:47 +00:00

43 lines
745 B
Makefile

include $(top_srcdir)/Makefile.tool-tests.am
dist_noinst_SCRIPTS = \
check_headers_and_includes \
check_makefile_consistency \
check_ppc64_auxv_cap \
filter_addresses \
filter_discards \
filter_libc \
filter_numbers \
filter_stderr_basic \
filter_sink \
filter_xml_frames \
platform_test \
post_regtest_checks \
vg_regtest
noinst_HEADERS = \
asm.h \
malloc.h \
sys_mman.h
check_PROGRAMS = \
arch_test \
os_test \
true \
x86_amd64_features \
s390x_features \
mips_features \
power_insn_available \
is_ppc64_BE
AM_CFLAGS += $(AM_FLAG_M3264_PRI)
AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
if VGCONF_OS_IS_DARWIN
x86_amd64_features_CFLAGS = $(AM_CFLAGS) -mdynamic-no-pic
else
x86_amd64_features_CFLAGS = $(AM_CFLAGS)
endif