Add regression tests for the twi and tdi instructions, and also for 
consequent SIGTRAP handling.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5618 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/none/tests/ppc64/Makefile.am b/none/tests/ppc64/Makefile.am
index 3b654a7..61cb411 100644
--- a/none/tests/ppc64/Makefile.am
+++ b/none/tests/ppc64/Makefile.am
@@ -5,10 +5,11 @@
 	jm-int.stderr.exp jm-int.stdout.exp jm-int.vgtest \
 	jm-fp.stderr.exp  jm-fp.stdout.exp  jm-fp.vgtest \
 	jm-vmx.stderr.exp jm-vmx.stdout.exp jm-vmx.vgtest \
-	lsw.stderr.exp lsw.stdout.exp lsw.vgtest
+	lsw.stderr.exp lsw.stdout.exp lsw.vgtest \
+	twi_tdi.stderr.exp twi_tdi.stdout.exp twi_tdi.vgtest
 
 check_PROGRAMS = \
-	jm-insns lsw
+	jm-insns lsw twi_tdi
 
 AM_CFLAGS   = $(WERROR) -Winline -Wall -Wshadow -g -I$(top_srcdir)/include \
 		@FLAG_M64@