mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Some more test/build cleanups missed in prior commits.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9227
This commit is contained in:
parent
a3d4b19255
commit
7b65c22fbc
@ -1,3 +1,6 @@
|
||||
|
||||
include $(top_srcdir)/Makefile.tool-tests.am
|
||||
|
||||
noinst_SCRIPTS = filter_stderr
|
||||
|
||||
EXTRA_DIST = $(noinst_SCRIPTS) \
|
||||
@ -6,7 +9,9 @@ EXTRA_DIST = $(noinst_SCRIPTS) \
|
||||
check_PROGRAMS = \
|
||||
fpu-28-108
|
||||
|
||||
AM_CFLAGS = $(WERROR) @FLAG_M32@ -Winline -Wall -Wshadow -g
|
||||
|
||||
AM_CFLAGS += @FLAG_M32@ $(FLAG_MMMX) $(FLAG_MSSE)
|
||||
AM_CXXFLAGS += @FLAG_M32@ $(FLAG_MMMX) $(FLAG_MSSE)
|
||||
AM_CCASFLAGS = @FLAG_M32@
|
||||
|
||||
fpu_28_108_SOURCES = fpu-28-108.S
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
|
||||
include $(top_srcdir)/Makefile.tool-tests.am
|
||||
|
||||
noinst_SCRIPTS = filter_stderr
|
||||
|
||||
check_PROGRAMS = asm lea
|
||||
@ -7,10 +9,9 @@ EXTRA_DIST = $(noinst_SCRIPTS) \
|
||||
asm.vgtest-disabled asm.stderr.exp \
|
||||
lea.vgtest-disabled lea.stderr.exp
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
AM_CFLAGS = $(WERROR) @FLAG_M32@ -Winline -Wall -Wshadow -g \
|
||||
$(FLAG_MMMX) $(FLAG_MSSE)
|
||||
AM_CXXFLAGS = $(AM_CFLAGS)
|
||||
|
||||
AM_CFLAGS += @FLAG_M32@ $(FLAG_MMMX) $(FLAG_MSSE)
|
||||
AM_CXXFLAGS += @FLAG_M32@ $(FLAG_MMMX) $(FLAG_MSSE)
|
||||
AM_CCASFLAGS = @FLAG_M32@
|
||||
|
||||
asm_SOURCES = asm.S
|
||||
|
||||
@ -28,8 +28,8 @@ EXTRA_DIST = $(noinst_SCRIPTS) \
|
||||
bug137714-x86.stderr.exp bug137714-x86.stdout.exp bug137714-x86.vgtest \
|
||||
bug152818-x86.vgtest bug152818-x86.stdout.exp \
|
||||
bug152818-x86.stderr.exp \
|
||||
cpuid.stderr.exp cpuid.stdout.exp cpuid.vgtest \
|
||||
cmpxchg8b.stderr.exp cmpxchg8b.stdout.exp cmpxchg8b.vgtest \
|
||||
cpuid.stderr.exp cpuid.stdout.exp cpuid.vgtest \
|
||||
cse_fail.stderr.exp cse_fail.stdout.exp cse_fail.vgtest \
|
||||
faultstatus.disabled faultstatus.stderr.exp \
|
||||
fcmovnu.vgtest fcmovnu.stderr.exp fcmovnu.stdout.exp \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user