mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-13 06:33:56 +00:00
failures, but they can be fixed up in-repo. This resolves bug 198395. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10444
23 lines
391 B
Makefile
23 lines
391 B
Makefile
include $(top_srcdir)/Makefile.tool-tests.am
|
|
|
|
dist_noinst_SCRIPTS = filter_stderr
|
|
|
|
check_PROGRAMS = \
|
|
million ll
|
|
|
|
EXTRA_DIST = \
|
|
ll.stderr.exp \
|
|
ll.stdout.exp \
|
|
ll.post.exp \
|
|
ll.vgtest \
|
|
million.stderr.exp \
|
|
million.post.exp \
|
|
million.vgtest
|
|
|
|
AM_CCASFLAGS += -ffreestanding
|
|
|
|
LDFLAGS += -nostartfiles -nodefaultlibs
|
|
|
|
ll_SOURCES = ll.S
|
|
million_SOURCES = million.S
|