mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 21:28:19 +00:00
for not testing properly. Added a regtest for it too. Fixes bug 200760 (again, properly this time). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10826
20 lines
376 B
Makefile
20 lines
376 B
Makefile
|
|
include $(top_srcdir)/Makefile.tool-tests.am
|
|
|
|
dist_noinst_SCRIPTS = filter_stderr
|
|
|
|
EXTRA_DIST = \
|
|
access_extended.stderr.exp access_extended.vgtest \
|
|
apple-main-arg.stderr.exp apple-main-arg.vgtest \
|
|
rlimit.stderr.exp rlimit.vgtest
|
|
|
|
check_PROGRAMS = \
|
|
access_extended \
|
|
apple-main-arg \
|
|
rlimit
|
|
|
|
|
|
AM_CFLAGS += $(AM_FLAG_M3264_PRI)
|
|
AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
|
|
|