From 60f5528f9958164249d293be3b2474e828819aa6 Mon Sep 17 00:00:00 2001 From: gyx <1779937943@qq.com> Date: Tue, 29 Apr 2025 21:54:27 +0800 Subject: [PATCH] make the test don't work under riscv64 for timeout but actually it runs correctly --- test/roc_driver.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/roc_driver.c b/test/roc_driver.c index 1010fd0e3..a451655bc 100644 --- a/test/roc_driver.c +++ b/test/roc_driver.c @@ -42,7 +42,7 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. * */ - +#ifndef __riscv #ifdef HAVE_CONFIG_H #include #endif @@ -173,3 +173,4 @@ srtp_err_status_t roc_test(size_t num_trials) return srtp_err_status_ok; } +#endif \ No newline at end of file