summaryrefslogtreecommitdiff
path: root/tests/s390_sthyi-v.c
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2018-01-18 06:22:40 +0100
committerEugene Syromyatnikov <evgsyr@gmail.com>2018-01-29 14:10:10 +0100
commit9437d47366aa60cf457c4e69e2e1276b2532dcca (patch)
treef1a307611ac2ccf3314cf27659da9a41a7142fc5 /tests/s390_sthyi-v.c
parent876e77a78547a16f84d1b46b5d258593f323794e (diff)
downloadstrace-9437d47366aa60cf457c4e69e2e1276b2532dcca.tar.gz
tests: check s390_sthyi system call decoder
* configure.ac (AC_CHECK_FUNCS): Add iconv_open. (AC_CHECK_HEADERS): Add iconv.h. * tests/s390_sthyi-v.c: New file. * tests/s390_sthyi.c: Likewise. * tests/.gitignore: Add s390_sthyi, s390_sthyi-v. * tests/pure_executables.list: Likewise. * tests/gen_tests.in (s390_sthyi, s390_sthyi): New tests.
Diffstat (limited to 'tests/s390_sthyi-v.c')
-rw-r--r--tests/s390_sthyi-v.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/s390_sthyi-v.c b/tests/s390_sthyi-v.c
new file mode 100644
index 000000000..860552035
--- /dev/null
+++ b/tests/s390_sthyi-v.c
@@ -0,0 +1,2 @@
+#define VERBOSE 1
+#include "s390_sthyi.c"