mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
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:
parent
f6cef80eaf
commit
268a4e7f17
@ -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@
|
||||
|
||||
1
none/tests/amd64-darwin/cet_nops_gs.c
Symbolic link
1
none/tests/amd64-darwin/cet_nops_gs.c
Symbolic link
@ -0,0 +1 @@
|
||||
../amd64-linux/cet_nops_gs.c
|
||||
1
none/tests/amd64-darwin/cet_nops_gs.stderr.exp
Symbolic link
1
none/tests/amd64-darwin/cet_nops_gs.stderr.exp
Symbolic link
@ -0,0 +1 @@
|
||||
../amd64-linux/cet_nops_gs.stderr.exp
|
||||
1
none/tests/amd64-darwin/cet_nops_gs.stdout.exp
Symbolic link
1
none/tests/amd64-darwin/cet_nops_gs.stdout.exp
Symbolic link
@ -0,0 +1 @@
|
||||
../amd64-linux/cet_nops_gs.stdout.exp
|
||||
1
none/tests/amd64-darwin/cet_nops_gs.vgtest
Symbolic link
1
none/tests/amd64-darwin/cet_nops_gs.vgtest
Symbolic link
@ -0,0 +1 @@
|
||||
../amd64-linux/cet_nops_gs.vgtest
|
||||
@ -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
|
||||
|
||||
1
none/tests/amd64-solaris/cet_nops_fs.c
Symbolic link
1
none/tests/amd64-solaris/cet_nops_fs.c
Symbolic link
@ -0,0 +1 @@
|
||||
../amd64-linux/cet_nops_fs.c
|
||||
1
none/tests/amd64-solaris/cet_nops_fs.stderr.exp
Symbolic link
1
none/tests/amd64-solaris/cet_nops_fs.stderr.exp
Symbolic link
@ -0,0 +1 @@
|
||||
../amd64-linux/cet_nops_fs.stderr.exp
|
||||
1
none/tests/amd64-solaris/cet_nops_fs.stdout.exp
Symbolic link
1
none/tests/amd64-solaris/cet_nops_fs.stdout.exp
Symbolic link
@ -0,0 +1 @@
|
||||
../amd64-linux/cet_nops_fs.stdout.exp
|
||||
1
none/tests/amd64-solaris/cet_nops_fs.vgtest
Symbolic link
1
none/tests/amd64-solaris/cet_nops_fs.vgtest
Symbolic link
@ -0,0 +1 @@
|
||||
../amd64-linux/cet_nops_fs.vgtest
|
||||
Loading…
x
Reference in New Issue
Block a user