commit | dee2f09ee389be3c1978e89aa52eafa7decba671 | [log] [tgz] |
---|---|---|
author | Thomas Huth <thuth@redhat.com> | Wed Dec 11 10:42:20 2019 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Jan 07 17:54:03 2020 +0100 |
tree | 97b13369228c0d79313ae51773611b017356ed91 | |
parent | 10c3c25627d65f8262242fa8bc24ab99db28e724 [diff] [blame] |
x86: Add the setjmp test to the CI Use a proper report() in the test instead of printf(), and add it to the unittests.cfg and the CI yaml files. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/x86/unittests.cfg b/x86/unittests.cfg index e99b086..acdde10 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg
@@ -171,6 +171,9 @@ [s3] file = s3.flat +[setjmp] +file = setjmp.flat + [sieve] file = sieve.flat timeout = 180