Skip to content

Commit 8211f28

Browse files
update readme to include more files
1 parent c41b81e commit 8211f28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Make sure to run these tests after making changes in the verification code.
4646
## Project structure
4747
- **docs**: documents used for the design of the language. The folder includes a readme to a full artifact used in the design process, here are some initial documents used to prepare the design of the refinements language at its evaluation
4848
- **liquidjava-api**: inlcudes the annotations that can be introduced in the Java programs to add the refinements
49-
- **liquidjava-examples**: includes a main folder with the current example that the verifier is testing; and inlcudes the classes for the tests
49+
- **liquidjava-examples**: includes a main folder with the current example that the verifier is testing; the test suite that is used in maven test is under the `testSuite` folder
5050
- **liquidjava-verifier**: has the project for verification of the classes
5151
- *api*: classes that test the verifier. Includes the `CommandLineLauncher` that runs the verification on a given class or on the main folder of `liquidjava-examples` if no argument is given. This package includes the JUnit tests to verify if the examples in `liquidjava-example/tests` are correctly verified.
5252
- *ast*: represents the abstract syntax tree of the refinement's language.
@@ -55,3 +55,4 @@ Make sure to run these tests after making changes in the verification code.
5555
- *rj_language*: handles the processing of the strings with refinements.
5656
- *smt*: package that handles the translation to the smt solver and the processing of the results the smt solver produces.
5757
- *utils*: includes useful methods for all the previous packages.
58+
- *test/java/liquidjava/api/tests* contains the `TestExamples` class used for running the testSuite

0 commit comments

Comments
 (0)