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