curl icon indicating copy to clipboard operation
curl copied to clipboard

cmake: always build unit tests

Open vszakats opened this issue 1 month ago • 0 comments

Before this patch, building unit tests (= the testdeps target) required -DCURLDEBUG be set either via ENABLE_DEBUG=ON or ENABLE_CURLDEBUG=ON.

After fixing the build issues in #13694, the above requirement is no longer necessary as a workaround. This patch makes unit tests build unconditionally.

Depends-on: #13694 (fix build issues) Depends-on: #13697 (fix unit test issue revealed by Old Linux CI job) Follow-up to 39e7c22bb459c2e818f079984989a26a09741860 #11446 Closes #13698


Depends-on (to fix the failing Old Linux build):

  • [ ] #13694
  • [x] #13697

vszakats avatar May 18 '24 12:05 vszakats