We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9747d32 commit da348d4Copy full SHA for da348d4
README.md
@@ -2,18 +2,20 @@
2
3
## About
4
5
-libdynamic is a single file header library design to provide dynamic, performance optimized, low-level data structures for C.
+libdynamic is a single file header library designed to provide dynamic, performance optimized, low-level data structures for C.
6
7
## Installation
8
9
Copy `dynamic.h` to your header path and compile with `-flto` to ensure link time optimizations.
10
11
## Unit tests
12
13
-The test suite requires cmocka and valgrind.
+The test suite requires cmocka and valgrind, and requires 100% line and branch coverage to succeed.
14
15
+```
16
./configure
17
make check
18
19
20
## Versioning
21
0 commit comments