The test for the feature did not make it into the original patchset, something that gets corrected here.
Signed-off-by: Mathieu Poirier <[email protected]> --- tools/build/feature/test-libopencsd.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tools/build/feature/test-libopencsd.c diff --git a/tools/build/feature/test-libopencsd.c b/tools/build/feature/test-libopencsd.c new file mode 100644 index 000000000000..5ff1246e6194 --- /dev/null +++ b/tools/build/feature/test-libopencsd.c @@ -0,0 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 +#include <opencsd/c_api/opencsd_c_api.h> + +int main(void) +{ + (void)ocsd_get_version(); + return 0; +} -- 2.7.4

