Skip to content

Commit

Permalink
porting to library
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKlamroth committed May 8, 2020
1 parent 7108a40 commit a5e624f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#ignore tmp files
*~
*.swp
*tmp.java
/testRes/tests/tmp/

#Java
*.class

#Gradle
build/
.gradle/
gradle/
gradlew
gradlew.bat

12 changes: 4 additions & 8 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Building
To build the tool just run the main ant target (int this directory) with: ant
(tested with OracleJDK 1.8)

# Needed tools
JBMC has to be installed and found somewhere in the path (e.g. /usr/bin/)
test and recommended is version 5.10 where a binary for 64-bit linux os can
bin found in ./jbmc

To build and run the test create a gradle wrapper (gradle wrapper) and then call
./gradlew build
to run the tool use
./gradlew run

0 comments on commit a5e624f

Please sign in to comment.