Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ybbh authored Jul 9, 2024
1 parent 0f99763 commit ab84c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ We incorporate **anchor macros** at appropriate source locations(__Step (4)__).
During the testing, these macros establish a communication channel with the **Deterministic Player** and reorder actions in a predetermined order as the trace steps generated by the specification.
When the program is compiled for release, the macros are left empty and have no effect.

Finally, we test the system using our **Deterministic Player** and check the result to detect the [inconsistency between specification and implementation ](doc/deterministic_testing)(__Step (5)__).
Finally, we test the system using our **Deterministic Player** and check the result to detect the inconsistency between specification and implementation by using [deterministic testing](doc/deterministic_testing.md)(__Step (5)__).

We repeat this procedure until all the test cases pass successfully.

Expand Down

0 comments on commit ab84c4e

Please sign in to comment.