mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 13:18:15 +00:00
- Moved all the insn_* tests into x86/ subdirectories. What are the chances of me getting this right on the first attempt? git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2809
9 lines
267 B
Makefile
9 lines
267 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) \
|
|
$(addsuffix .stderr.exp,$(INSN_TESTS)) \
|
|
$(addsuffix .stdout.exp,$(INSN_TESTS)) \
|
|
$(addsuffix .vgtest,$(INSN_TESTS))
|