ftmemsim-valgrind/tests/Makefile.am
Nicholas Nethercote 136c7fba2c Fixed cpuid regtest, which was broken by the switch to using the machine's real
CPUID.

Also added filters to Makefiles where missing;  "make regtest" was broken
within distributions created using "make dist", now fixed.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1709
2003-06-29 10:12:58 +00:00

23 lines
315 B
Makefile

SUBDIRS = . unused
noinst_SCRIPTS = \
vg_regtest \
filter_addresses \
filter_discards \
filter_stderr_basic \
filter_test_paths
EXTRA_DIST = $(noinst_SCRIPTS)
check_PROGRAMS = \
true
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g
AM_CXXFLAGS = $(AM_CFLAGS)
# generic C ones
true_SOURCES = true.c