Skip to content

Commit 8900e7e

Browse files
authored
Merge pull request fluent#4 from nokute78/doc
unit_test: fix option name
2 parents fbe21d1 + b349916 commit 8900e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/unit_tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ By default [Fluent Bit](http://fluentbit.io) have the tests disabled, you need t
2525

2626
```bash
2727
$ cd build/
28-
$ cmake -DENABLE_TESTS=ON ../
28+
$ cmake -DFLB_TESTS=ON ../
2929
```
3030

3131
## Running Tests

0 commit comments

Comments
 (0)