Connect cet_nops test cases with other OSes:

- with fs prefix for Solaris
- with gs prefix for OS X (Darwin)
Pertains to BZ#379525.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16422
This commit is contained in:
Ivo Raisr 2017-05-31 11:22:06 +00:00
parent f6cef80eaf
commit 268a4e7f17
10 changed files with 14 additions and 2 deletions

View File

@ -5,10 +5,12 @@ dist_noinst_SCRIPTS = \
filter_stderr filter_minimal
EXTRA_DIST = \
bug341419.vgtest bug341419.stderr.exp
bug341419.vgtest bug341419.stderr.exp \
cet_nops_gs.stderr.exp cet_nops_gs.stdout.exp cet_nops_gs.vgtest
check_PROGRAMS = \
bug341419
bug341419 \
cet_nops_gs
AM_CFLAGS += @FLAG_M64@
AM_CXXFLAGS += @FLAG_M64@

View File

@ -0,0 +1 @@
../amd64-linux/cet_nops_gs.c

View File

@ -0,0 +1 @@
../amd64-linux/cet_nops_gs.stderr.exp

View File

@ -0,0 +1 @@
../amd64-linux/cet_nops_gs.stdout.exp

View File

@ -0,0 +1 @@
../amd64-linux/cet_nops_gs.vgtest

View File

@ -7,6 +7,7 @@ dist_noinst_SCRIPTS = \
filter_stderr
EXTRA_DIST = \
cet_nops_fs.stderr.exp cet_nops_fs.stdout.exp cet_nops_fs.vgtest \
coredump_single_thread.post.exp coredump_single_thread.stderr.exp \
coredump_single_thread.stdout.exp coredump_single_thread.vgtest \
coredump_single_thread_sse.post.exp coredump_single_thread_sse.stderr.exp \
@ -14,6 +15,7 @@ EXTRA_DIST = \
syscall_return_args.stderr.exp syscall_return_args.vgtest
check_PROGRAMS = \
cet_nops_fs \
coredump_single_thread \
coredump_single_thread_sse \
syscall_return_args

View File

@ -0,0 +1 @@
../amd64-linux/cet_nops_fs.c

View File

@ -0,0 +1 @@
../amd64-linux/cet_nops_fs.stderr.exp

View File

@ -0,0 +1 @@
../amd64-linux/cet_nops_fs.stdout.exp

View File

@ -0,0 +1 @@
../amd64-linux/cet_nops_fs.vgtest