Skip to content

Commit 4a7dbab

Browse files
authored
Update README.md
1 parent 157026d commit 4a7dbab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For convenience, the build environments using GCC, Clang, and Microsoft Visual S
3939
```
4040
cd build/gcc
4141
make
42-
make check
42+
make check # bats-core and uncrustify are required (see tests/README.md)
4343
```
4444

4545
`packcc` in the directory `build/gcc/release/bin` is suitable for practical use.
@@ -51,7 +51,7 @@ make check
5151
```
5252
cd build/clang
5353
make
54-
make check
54+
make check # bats-core and uncrustify are required (see tests/README.md)
5555
```
5656

5757
`packcc` in the directory `build/clang/release/bin` is suitable for practical use.

0 commit comments

Comments
 (0)