Skip to content

Commit 1248c04

Browse files
committedJan 16, 2023
{doc} Add link to testing README to the main README
Also add ".cache" to .gitignore.
1 parent 94b2e4a commit 1248c04

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
build
22
.vscode
3+
.cache

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ $ ./test/testE57
4848
...
4949
```
5050

51+
See [test/README](test/README.md) for details about testing and the test data.
52+
5153
### Dependencies
5254

5355
Libraries:
@@ -56,8 +58,8 @@ Libraries:
5658

5759
Tools:
5860

59-
- [ccache](https://ccache.dev/) (optional): speed up rebuilds using caching
6061
- [clang-format](https://clang.llvm.org/docs/ClangFormat.html): for code formatting
62+
- (optional) [ccache](https://ccache.dev/): speed up rebuilds using caching
6163

6264
#### Installing On Linux (Ubuntu)
6365

0 commit comments

Comments
 (0)
Please sign in to comment.