Skip to content

[wperf-lib] Add wperf-lib-c-compat to test wperf-lib's C compatibility

We need a way to make sure that wperf-lib is compatible with C. wperf-lib-c-compat should fail to compile if we make any changes to wperf-lib.h that isn't compilable with C. It should also fail to link if we make any changes to wperf-lib.cpp that isn't compatible with C.

Should address WPERF-506

Merge request reports

Loading