mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-10 05:37:06 +00:00
cachegrind, because having them there doesn't add anything beyond that tested in 'none'. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3101
12 lines
225 B
Makefile
12 lines
225 B
Makefile
noinst_SCRIPTS = filter_stderr
|
|
|
|
EXTRA_DIST = $(noinst_SCRIPTS) \
|
|
fpu-28-108.vgtest fpu-28-108.stderr.exp
|
|
|
|
check_PROGRAMS = \
|
|
fpu-28-108
|
|
|
|
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g
|
|
|
|
fpu_28_108_SOURCES = fpu-28-108.S
|