Ivo Raisr f6cef80eaf Split test cases from none/tests/amd64/cet_nops
into three different files with regards to using
fs prefix, gs prefix or no fs/gs prefix.
Pertains to BZ#379525.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16421
2017-05-31 06:19:50 +00:00

22 lines
477 B
Makefile

include $(top_srcdir)/Makefile.tool-tests.am
dist_noinst_SCRIPTS = \
filter_stderr
EXTRA_DIST = \
bug345887.stderr.exp bug345887.vgtest \
cet_nops_fs.stderr.exp cet_nops_fs.stdout.exp cet_nops_fs.vgtest \
cet_nops_gs.stderr.exp cet_nops_gs.stdout.exp cet_nops_gs.vgtest \
map_32bits.stderr.exp map_32bits.vgtest
check_PROGRAMS = \
bug345887 \
cet_nops_fs \
cet_nops_gs \
map_32bits
AM_CFLAGS += @FLAG_M64@
AM_CXXFLAGS += @FLAG_M64@
AM_CCASFLAGS += @FLAG_M64@