|
From: <sv...@va...> - 2012-09-01 23:43:12
|
florian 2012-09-02 00:43:03 +0100 (Sun, 02 Sep 2012)
New Revision: 12926
Log:
Fix Makefile.am for fpext_fail testcase.
Modified files:
trunk/none/tests/s390x/Makefile.am
Modified: trunk/none/tests/s390x/Makefile.am (+2 -1)
===================================================================
--- trunk/none/tests/s390x/Makefile.am 2012-09-01 21:33:46 +01:00 (rev 12925)
+++ trunk/none/tests/s390x/Makefile.am 2012-09-02 00:43:03 -23:00 (rev 12926)
@@ -8,7 +8,7 @@
op_exception fgx stck stckf stcke stfle cksm mvcl clcl troo \
trto trot trtt tr tre cij cgij clij clgij crj cgrj clrj clgrj \
cs csg cds cdsg cu21 cu21_1 cu24 cu24_1 cu42 cu12 cu12_1 \
- ex_sig ex_clone cu14 cu14_1 cu41 fpconv ecag fpext fpext_fail
+ ex_sig ex_clone cu14 cu14_1 cu41 fpconv ecag fpext
check_PROGRAMS = $(INSN_TESTS) \
allexec \
@@ -20,6 +20,7 @@
$(addsuffix .vgtest,$(INSN_TESTS)) \
ecag.stdout.exp-z10ec ecag.stdout.exp-z196 \
op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \
+ fpext_fail.vgtest fpext_fail.stderr.exp fpext_fail.stdout.exp \
test.h opcodes.h add.h and.h div.h insert.h \
mul.h or.h sub.h test.h xor.h table.h
|