Skip to content

Commit 2fbf7bb

Browse files
committed
cmake: update presets
The patch enables CMake option ENABLE_LAPI_TESTS and disables CMake option ENABLE_COV because it conflicts with ENABLE_LAPI_TESTS. Follows up the commit d4b91f6 ("tests/lapi: add bitop tests").
1 parent a7c2eca commit 2fbf7bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CMakePresets.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"ENABLE_COV": {
2323
"type": "BOOL",
24-
"value": "TRUE"
24+
"value": "FALSE"
2525
},
2626
"ENABLE_ASAN": {
2727
"type": "BOOL",
@@ -42,6 +42,10 @@
4242
"ENABLE_BUILD_PROTOBUF": {
4343
"type": "BOOL",
4444
"value": "FALSE"
45+
},
46+
"ENABLE_LAPI_TESTS": {
47+
"type": "BOOL",
48+
"value": "TRUE"
4549
}
4650
}
4751
},

0 commit comments

Comments
 (0)