mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 21:28:19 +00:00
- Move x86-specific regtests for Cachegrind into an x86/ subdir. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2804
17 lines
429 B
Makefile
17 lines
429 B
Makefile
noinst_SCRIPTS = filter_stderr
|
|
|
|
INSN_TESTS=insn_basic insn_fpu insn_cmov insn_mmx insn_mmxext insn_sse insn_sse2
|
|
|
|
EXTRA_DIST = $(noinst_SCRIPTS) \
|
|
fpu-28-108.vgtest fpu-28-108.stderr.exp \
|
|
$(addsuffix .stderr.exp,$(INSN_TESTS)) \
|
|
$(addsuffix .stdout.exp,$(INSN_TESTS)) \
|
|
$(addsuffix .vgtest,$(INSN_TESTS))
|
|
|
|
check_PROGRAMS = \
|
|
fpu-28-108
|
|
|
|
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g
|
|
|
|
fpu_28_108_SOURCES = fpu-28-108.S
|