Skip to content

Commit

Permalink
Compile jbmc/boolean2 test sources
Browse files Browse the repository at this point in the history
Add pom.xml for compilation, move sources, remove obsolete pre-compiled class files.
  • Loading branch information
peterschrammel committed Jan 4, 2025
1 parent 7ea59f0 commit 7e4897c
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 1 deletion.
Binary file removed jbmc/regression/jbmc/boolean2/boolean2.class
Binary file not shown.
30 changes: 30 additions & 0 deletions jbmc/regression/jbmc/boolean2/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.cprover.regression</groupId>
<artifactId>regression.jbmc.boolean2</artifactId>
<version>1.0-SNAPSHOT</version>

<parent>
<groupId>org.cprover.regression</groupId>
<artifactId>regression.jbmc</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

<build>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>default-jar</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>
File renamed without changes.
2 changes: 1 addition & 1 deletion jbmc/regression/jbmc/boolean2/test.desc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CORE
boolean2
--function boolean2.entry
--function boolean2.entry -cp target/classes
^EXIT=0$
^SIGNAL=0$
^VERIFICATION SUCCESSFUL$
Expand Down
1 change: 1 addition & 0 deletions jbmc/regression/jbmc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<module>basic2</module>
<module>bitwise1</module>
<module>boolean1</module>
<module>boolean2</module>
<module>classpath-jar-load-whole-jar</module>
</modules>

Expand Down

0 comments on commit 7e4897c

Please sign in to comment.