|
| 1 | +test(=instruction_tests::add) | |
| 2 | +test(=instruction_tests::addi) | |
| 3 | +test(=instruction_tests::amoadd_w) | |
| 4 | +test(=instruction_tests::and) | |
| 5 | +test(=instruction_tests::andi) | |
| 6 | +test(=instruction_tests::beq) | |
| 7 | +test(=instruction_tests::bge) | |
| 8 | +test(=instruction_tests::blt) | |
| 9 | +test(=instruction_tests::bltu) | |
| 10 | +test(=instruction_tests::bne) | |
| 11 | +test(=instruction_tests::j) | |
| 12 | +test(=instruction_tests::jal) | |
| 13 | +test(=instruction_tests::lb) | |
| 14 | +test(=instruction_tests::lbu) | |
| 15 | +test(=instruction_tests::lh) | |
| 16 | +test(=instruction_tests::lhu) | |
| 17 | +test(=instruction_tests::lrsc) | |
| 18 | +test(=instruction_tests::lw) | |
| 19 | +test(=instruction_tests::mul) | |
| 20 | +test(=instruction_tests::mulhsu) | |
| 21 | +test(=instruction_tests::mulhu) | |
| 22 | +test(=instruction_tests::or) | |
| 23 | +test(=instruction_tests::ori) | |
| 24 | +test(=instruction_tests::remu) | |
| 25 | +test(=instruction_tests::rvc) | |
| 26 | +test(=instruction_tests::sb) | |
| 27 | +test(=instruction_tests::sh) | |
| 28 | +test(=instruction_tests::simple) | |
| 29 | +test(=instruction_tests::sll) | |
| 30 | +test(=instruction_tests::slli) | |
| 31 | +test(=instruction_tests::slt) | |
| 32 | +test(=instruction_tests::slti) | |
| 33 | +test(=instruction_tests::sltiu) | |
| 34 | +test(=instruction_tests::sltu) | |
| 35 | +test(=instruction_tests::srai) | |
| 36 | +test(=instruction_tests::srl) | |
| 37 | +test(=instruction_tests::sub) | |
| 38 | +test(=instruction_tests::sw) | |
| 39 | +test(=instruction_tests::xor) | |
| 40 | +test(=instruction_tests::xori) | |
| 41 | +test(=byte_access) | |
| 42 | +test(=dispatch_table_pie_relocation) | |
| 43 | +test(=dispatch_table_static_relocation) | |
| 44 | +test(=function_pointer) | |
| 45 | +test(=many_chunks_memory) | |
| 46 | +test(=memfuncs) | |
| 47 | +test(=password) | |
| 48 | +test(=print) | |
| 49 | +test(=runtime_affine_256) | |
| 50 | +test(=runtime_ec_double) | |
| 51 | +test(=runtime_modmul_256) | |
| 52 | +test(=runtime_poseidon_gl) | |
| 53 | +test(=sum) | |
| 54 | +test(=trivial) | |
| 55 | +test(=two_sums_serde) | |
| 56 | +test(=zero_with_values) | |
| 57 | +(package(powdr-riscv) and test(=evm)) | |
| 58 | +(package(powdr-riscv) and test(=features)) |
0 commit comments