Skip to content

Commit 26e4e32

Browse files
committed
Added some unit tests for the protobuf disassembler.
1 parent c4fd9e0 commit 26e4e32

2 files changed

Lines changed: 516 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<groupId>org.junit.jupiter</groupId>
2121
<artifactId>junit-jupiter</artifactId>
2222
<version>5.9.2</version>
23+
<scope>test</scope>
2324
</dependency>
2425

2526
<dependency>
@@ -37,6 +38,12 @@
3738

3839
<build>
3940
<plugins>
41+
<plugin>
42+
<groupId>org.apache.maven.plugins</groupId>
43+
<artifactId>maven-surefire-plugin</artifactId>
44+
<version>3.1.2</version>
45+
</plugin>
46+
4047
<plugin>
4148
<groupId>org.antlr</groupId>
4249
<artifactId>antlr4-maven-plugin</artifactId>

0 commit comments

Comments
 (0)