Skip to content

Commit 364e5e6

Browse files
author
Seeker04
committed
Fixed some broken file links in development_guide.md
1 parent 70b6226 commit 364e5e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/development_guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ If you wish to peek into the X11 bindings in plx.c, then you can add `-g` to `CF
115115

116116
All tests and validation related tools go under [tests/](../tests).
117117

118-
* [check_all.sh](../check_all.sh) verifies the build & install integrity, runs static code analyzers, unit tests, etc.
119-
* [run_unit_tests.sh](../run_unit_tests.sh) executes all unit tests. Must be run from the project root or with `make test`.
120-
* [get_coverage.sh](../get_coverage.sh) calculates predicate coverage. If a predicate has at least one test, it's considered covered.
118+
* [check_all.sh](../tests/check_all.sh) verifies the build & install integrity, runs static code analyzers, unit tests, etc.
119+
* [run_unit_tests.sh](../tests/run_unit_tests.sh) executes all unit tests. Must be run from the project root or with `make test`.
120+
* [get_coverage.sh](../tests/get_coverage.sh) calculates predicate coverage. If a predicate has at least one test, it's considered covered.
121121

122122
Unit tests reside in [tests/unit_tests/](../tests/unit_tests). They are grouped by modules and must have `.plt` extension, e.g. `utils.plt` tests `utils.pl`.
123123

0 commit comments

Comments
 (0)