aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 708c28ee7eda66c5b65f5f5671cf595f65a2f5d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42

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