esp_gdbstub: add tests for riscv jump instructions decoding

This commit is contained in:
Alexey Lapshin
2023-04-20 22:50:11 +08:00
parent 9322c2b82d
commit 6a54c25823
6 changed files with 434 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#define CATCH_CONFIG_MAIN
#include "catch.hpp"