none/tests/fdleak_cmsg_supp.supp: Add suppressions for older glibc
[valgrind.git] / none / tests / nanomips / Makefile.am
bloba0ef13988299d20c44eb3834ccb207ee8e5b1b1e
1 include $(top_srcdir)/Makefile.tool-tests.am
3 dist_noinst_SCRIPTS = filter_stderr
5 EXTRA_DIST = \
6    arithmetic.vgtest arithmetic.stderr.exp arithmetic.stdout.exp \
7    bits.vgtest bits.stderr.exp bits.stdout.exp \
8    branches.vgtest branches.stderr.exp branches.stdout.exp \
9    load_store.vgtest load_store.stderr.exp load_store.stdout.exp \
10    move.vgtest move.stderr.exp move.stdout.exp \
11    pc_instructions.vgtest pc_instructions.stderr.exp pc_instructions.stdout.exp
13 check_PROGRAMS = \
14    arithmetic \
15    bits \
16    branches \
17    load_store \
18    move \
19    pc_instructions \
20    allexec
22 arithmetic_CCASFLAGS      = -Wa,-mpic $(AM_CCASFLAGS)
23 bits_CCASFLAGS            = -Wa,-mpic $(AM_CCASFLAGS)
24 load_store_CCASFLAGS      = -Wa,-mpic $(AM_CCASFLAGS)
25 move_CCASFLAGS            = -Wa,-mpic $(AM_CCASFLAGS)
26 pc_instructions_CCASFLAGS = -Wa,-mpic $(AM_CCASFLAGS)
28 arithmetic_SOURCES      = mwrap_printf.c arithmetic.S
29 bits_SOURCES            = mwrap_printf.c bits.S
30 branches_SOURCES        = branches.c
31 load_store_SOURCES      = mwrap_printf.c load_store.S
32 move_SOURCES            = mwrap_printf.c move.S
33 pc_instructions_SOURCES = mwrap_printf.c pc_instructions.S