mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
The simwork tests check different cache simulator options/modes. These tests should be extended to check for the produced call graph. The threads check tests the callgrind mode where counts are aggregated separate per thread. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5816
21 lines
610 B
Makefile
21 lines
610 B
Makefile
# For AM_FLAG_M3264_PRI
|
|
include $(top_srcdir)/Makefile.flags.am
|
|
|
|
SUBDIRS = .
|
|
DIST_SUBDIRS = .
|
|
|
|
noinst_SCRIPTS = filter_stderr
|
|
|
|
EXTRA_DIST = clreq.vgtest clreq.stderr.exp \
|
|
simwork1.vgtest simwork1.stdout.exp simwork1.stderr.exp \
|
|
simwork2.vgtest simwork2.stdout.exp simwork2.stderr.exp \
|
|
simwork3.vgtest simwork3.stdout.exp simwork3.stderr.exp \
|
|
threads.vgtest threads.stderr.exp
|
|
|
|
check_PROGRAMS = clreq simwork threads
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI)
|
|
|
|
threads_LDADD = -lpthread
|