• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2include $(top_srcdir)/Makefile.tool-tests.am
3
4dist_noinst_SCRIPTS = filter_stderr
5
6EXTRA_DIST = \
7	block_size.stdout.exp block_size.stderr.exp block_size.vgtest \
8	branches.stdout.exp branches.stderr.exp branches.vgtest \
9	bug320057-mips32.stdout.exp bug320057-mips32.stderr.exp \
10	bug320057-mips32.vgtest \
11	change_fp_mode.stdout.exp change_fp_mode.stdout.exp-fpu32 \
12	change_fp_mode.stderr.exp change_fp_mode.vgtest \
13	FPUarithmetic.stdout.exp FPUarithmetic.stdout.exp-mips32 \
14	FPUarithmetic.stderr.exp FPUarithmetic.vgtest \
15	fpu_branches.stdout.exp fpu_branches.stderr.exp fpu_branches.vgtest \
16	LoadStore.stdout.exp LoadStore.stdout.exp-BE LoadStore.stderr.exp \
17	LoadStore.vgtest \
18	LoadStore1.stdout.exp LoadStore1.stdout.exp-LE LoadStore1.stderr.exp \
19	LoadStore1.vgtest \
20	MemCpyTest.stdout.exp MemCpyTest.stderr.exp MemCpyTest.vgtest \
21	MIPS32int.stdout.exp-mips32-BE MIPS32int.stdout.exp-mips32r2-BE \
22	MIPS32int.stdout.exp-mips32-LE MIPS32int.stdout.exp-mips32r2-LE \
23	MIPS32int.stderr.exp MIPS32int.vgtest \
24	mips32_dsp.stdout.exp-LE mips32_dsp.stdout.exp-BE \
25	mips32_dsp.stderr.exp mips32_dsp.vgtest \
26	mips32_dspr2.stdout.exp mips32_dspr2.stderr.exp \
27	mips32_dspr2.vgtest \
28	MoveIns.stdout.exp MoveIns.stdout.exp-BE \
29	MoveIns.stdout.exp-mips32r2-BE MoveIns.stdout.exp-mips32r2-LE \
30	MoveIns.stderr.exp MoveIns.vgtest \
31	round_fpu64.stdout.exp round_fpu64.stdout.exp-fpu32 \
32	round_fpu64.stderr.exp round_fpu64.vgtest \
33	round.stdout.exp round.stderr.exp round.vgtest \
34	SignalException.stderr.exp SignalException.vgtest \
35	test_fcsr.stdout.exp test_fcsr.stderr.exp test_fcsr.vgtest \
36	test_math.stdout.exp test_math.stderr.exp test_math.vgtest \
37	unaligned_load_store.stdout.exp-LE unaligned_load_store.stdout.exp-BE \
38	unaligned_load_store.stderr.exp unaligned_load_store.vgtest \
39	vfp.stdout.exp-mips32-BE vfp.stdout.exp-mips32r2-BE \
40	vfp.stdout.exp-mips32-LE vfp.stdout.exp-mips32r2-LE vfp.stderr.exp \
41	vfp.stdout.exp-mips32r2-fpu_64-BE vfp.stdout.exp-mips32r2-fpu_64-LE \
42	vfp.vgtest
43
44check_PROGRAMS = \
45	allexec \
46	block_size \
47	branches \
48	change_fp_mode \
49	FPUarithmetic \
50	LoadStore \
51	LoadStore1 \
52	MemCpyTest \
53	MIPS32int \
54	MoveIns \
55	round \
56	vfp \
57	SignalException \
58	bug320057-mips32 \
59	mips32_dsp \
60	mips32_dspr2 \
61	unaligned_load_store \
62	test_fcsr \
63	test_math \
64	round_fpu64 \
65	fpu_branches
66
67AM_CFLAGS    += @FLAG_M32@
68AM_CXXFLAGS  += @FLAG_M32@
69AM_CCASFLAGS += @FLAG_M32@
70
71allexec_CFLAGS          = $(AM_CFLAGS) @FLAG_W_NO_NONNULL@
72bug320057_mips32_LDFLAGS = -lrt
73
74# C++ tests
75test_math_SOURCES          = test_math.cpp
76