Skip to content

Commit da348d4

Browse files
doc
1 parent 9747d32 commit da348d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22

33
## About
44

5-
libdynamic is a single file header library design to provide dynamic, performance optimized, low-level data structures for C.
5+
libdynamic is a single file header library designed to provide dynamic, performance optimized, low-level data structures for C.
66

77
## Installation
88

99
Copy `dynamic.h` to your header path and compile with `-flto` to ensure link time optimizations.
1010

1111
## Unit tests
1212

13-
The test suite requires cmocka and valgrind.
13+
The test suite requires cmocka and valgrind, and requires 100% line and branch coverage to succeed.
1414

15+
```
1516
./configure
1617
make check
18+
```
1719

1820
## Versioning
1921

0 commit comments

Comments
 (0)