We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f3a30 commit f5000b1Copy full SHA for f5000b1
.github/workflows/ci.yml
@@ -19,6 +19,7 @@ jobs:
19
cmake -S test -B build/ \
20
-G "Unix Makefiles" \
21
-DCMAKE_BUILD_TYPE=Debug \
22
+ -DUNITTEST=1 \
23
-DCMAKE_C_FLAGS='--coverage -Wall -Wextra -DNDEBUG'
24
make -C build/ all
25
test/CMakeLists.txt
@@ -1,7 +1,7 @@
1
# Project information.
2
cmake_minimum_required ( VERSION 3.13.0 )
3
project ( "coreHTTP tests"
4
- VERSION 1.0.0
+ VERSION 3.0.0
5
LANGUAGES C )
6
7
# Allow the project to be organized into folders.
0 commit comments