[Bug 2954] New: Allow building unit tests without OpenSSL

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Jan 18 20:18:39 AEDT 2019


https://bugzilla.mindrot.org/show_bug.cgi?id=2954

            Bug ID: 2954
           Summary: Allow building unit tests without OpenSSL
           Product: Portable OpenSSH
           Version: 7.9p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Keywords: patch
          Severity: enhancement
          Priority: P5
         Component: Regression tests
          Assignee: unassigned-bugs at mindrot.org
          Reporter: jjelen at redhat.com

Created attachment 3224
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3224&action=edit
proposed patch

The attached patch allows to build and run a limited list of test cases
that do not require OpenSSL.

To be able to run them from make tests, it is still needed to skip the
t1 to t12 make targets for example by running the following command:

make tests REGRESS_TARGETS=unit

If the detection of OpenSSL would work also in the regress Makefile
level, it would be great.

I did not try to run the other tests without OpenSSL yet.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list