You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
We want to test all examples in the CI and make sure CMake file for each example is proper.
Description
Make use of "per example CMake" (e.g. examples/pmemkv_basic_c/CMakeLists.txt) in the main example CMake (examples/CMakeLists.txt). It will reduce code repetition and actually tests if all our examples work. We could also make sure all our examples are tested in the CI.
API Changes
no
Implementation details
Use include function or somehow make sure to enter all examples' sub-directories and compile every single example.
The text was updated successfully, but these errors were encountered:
Rationale
We want to
test all examples in the CI andmake sure CMake file for each example is proper.Description
Make use of "per example CMake" (e.g.
examples/pmemkv_basic_c/CMakeLists.txt
) in the main example CMake (examples/CMakeLists.txt
). It will reduce code repetition and actually tests if all our examples work.We could also make sure all our examples are tested in the CI.API Changes
no
Implementation details
Use
include
function or somehow make sure to enter all examples' sub-directories and compile every single example.The text was updated successfully, but these errors were encountered: