1 include $(top_srcdir)/Makefile.tool-tests.am
3 dist_noinst_SCRIPTS = filter_stderr
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
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