ftmemsim-valgrind/tests/Makefile.am
Julian Seward 0356d27ca6 Merge in changes from the 2.4.0 line. This basically brings in the
overhaul of the thread support.  Many things are now probably broken,
but at least with --tool=none, simple and not-so-simple threaded and
non-thread programs work.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3265
2005-03-10 23:59:00 +00:00

31 lines
550 B
Makefile

SUBDIRS = . unused
noinst_SCRIPTS = \
vg_regtest \
filter_addresses \
filter_discards \
filter_libc \
filter_numbers \
filter_stderr_basic \
filter_sink \
filter_test_paths
EXTRA_DIST = $(noinst_SCRIPTS)
check_PROGRAMS = \
cputest \
toobig-allocs \
true
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g
AM_CXXFLAGS = $(AM_CFLAGS)
# generic C ones
cputest_SOURCES = cputest.c
cputest_CFLAGS = $(AM_CFLAGS) -D__$(VG_ARCH)__
cputest_DEPENDENCIES =
cputest_LDADD =
toobig_allocs_SOURCES = toobig-allocs.c
true_SOURCES = true.c