Skip to content

Commit

Permalink
readme: added relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
mle86 committed Jun 15, 2016
1 parent 0f9d613 commit dd57045
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.3, 2016-06-14
v1.3, 2016-06-15
- self-tests
- fix assertCmd() doc

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Success: 00-test-compile

# Package structure

Test scripts only need to source the *init.sh* file to be operational.
The *assert.sh* file will be sourced automatically.
Test scripts only need to source the *[init.sh](init.sh)* file to be operational.
The *[assert.sh](assert.sh)* file will be sourced automatically.

The *init.sh* and *assert.sh* framework scripts need to be located
in the same directory as the test script(s),
Expand All @@ -50,7 +50,7 @@ so they cannot call other files in the same directory --
unless of course they can rely on their caller living in the same directory,
in which case they can get that directory from `$0`.)

The *run-all-tests.sh* script executes all files in the script's directory
The *[run-all-tests.sh](run-all-tests.sh)* script executes all files in the script's directory
that match the filename pattern
`??-test-*.sh`.
The files are run in whichever order the shell glob expansion returns,
Expand Down

0 comments on commit dd57045

Please sign in to comment.