Skip to content

Commit d3be38c

Browse files
committed
Added testing info to the readme
1 parent 81caa4e commit d3be38c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
A header-only HTTP/1.1 request/response builder/parser.
44
Depends only on the C++11 standard library.
5+
Uses the [Catch2](https://github.com/catchorg/Catch2) header-only library for tests.
56

67
## Usage
78

@@ -136,7 +137,11 @@ Connection: keep-alive
136137

137138
Notice how the request string uses `\r\n` for new lines, this is because the HTTP specification says that lines must be seperated with a carriage return. Thus, the parser only supports this type of line ending.
138139

140+
### Tests
141+
142+
Tests can be built by enabling the `ATOMIZES_ENABLE_TESTS` flag in the CMake project.
143+
139144
## License
140145

141146
This project (atomizes) is licensed under the MIT License.
142-
You may read the terms of the license [here](https://github.com/tinfoilboy/atomizes/blob/master/LICENSE).
147+
You may read the terms of the license [here](https://github.com/tinfoilboy/atomizes/blob/master/LICENSE).

0 commit comments

Comments
 (0)