Skip to content

Commit 925969b

Browse files
authored
Update README.md (#807)
1 parent e49169f commit 925969b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,13 @@ You can install Ada using `brew install ada-url`.
315315
316316
Ada uses cmake as a build system. It's recommended you to run the following commands to build it locally.
317317
318+
Without tests:
319+
318320
- **Build**: `cmake -B build && cmake --build build`
321+
322+
With tests (requires git):
323+
324+
- **Build**: `cmake -B build -DADA_TESTING=ON && cmake --build build`
319325
- **Test**: `ctest --output-on-failure --test-dir build`
320326
321327
Windows users need additional flags to specify the build configuration, e.g. `--config Release`.

0 commit comments

Comments
 (0)