Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
More info about JPF testing
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoPonzi committed Jun 15, 2024
1 parent be2f002 commit 2e05e79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
- [SANY]()
- [Java Path Finder](./codebase/jpf.md)
- []()
- [Learning TLA+](./learning/intro.md)
- [Learning TLA+: Introduction](./learning/intro.md)
- [Lamport's video tutorial]()
- [Hyperbook]()
- [Example repo]()
- [Notable repos]()
- [Books]()
- [TLA]()
- [Typed Model Values]()
- [Pluscal]()
- [Pluscal](./learning/pluscal.md)
- []()
- [TLA+ Vs xxx](./learning/tla-comparisons.md)
- [Config files](./learning/config-file.md)
Expand Down
8 changes: 6 additions & 2 deletions src/codebase/jpf.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Java Path Finder
Java Path Finder is a project developed by nasa for model checking Java bytecode. See [https://github.com/javapathfinder/jpf-core](https://github.com/javapathfinder/jpf-core).
Java Path Finder is a project developed by Nasa for model checking Java bytecode. See [https://github.com/javapathfinder/jpf-core](https://github.com/javapathfinder/jpf-core).

JPF is used to test some of the tla+ classes.
JPF is used to test some of the datastructures of tlatools. These tests can be invoked by using:

```
ant -f customBuild.xml compile compile-test test-verify
```

0 comments on commit 2e05e79

Please sign in to comment.