Skip to content

Commit add3805

Browse files
authored
Merge pull request #372 from OpenVADL/feature/add-v-risc-frontend-tests
frontend: Add v-risc to integration tests
2 parents 11ad727 + 212a8ff commit add3805

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vadl/test/vadl/ast/FrontendIntegrationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ public class FrontendIntegrationTest {
3131
"../sys/risc-v/rv32im.vadl",
3232
"../sys/risc-v/rv64im.vadl",
3333
"../sys/risc-v/rvcsr.vadl",
34-
"../sys/aarch64/aarch64.vadl"
34+
"../sys/aarch64/aarch64.vadl",
35+
"../sys/v-risc/ABI.vadl"
3536
})
3637
public void testFrontendPassingOnSysSpecs(String filename) {
3738
var ast = Assertions.assertDoesNotThrow(() -> VadlParser.parse(Path.of(filename)),

0 commit comments

Comments
 (0)