mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
ocsp stapling tests to wait until unit tests are complete
This commit is contained in:
@ -27,8 +27,10 @@ endif
|
|||||||
|
|
||||||
if BUILD_OCSP_STAPLING
|
if BUILD_OCSP_STAPLING
|
||||||
dist_noinst_SCRIPTS+= scripts/ocsp-stapling.test
|
dist_noinst_SCRIPTS+= scripts/ocsp-stapling.test
|
||||||
|
scripts/ocsp-stapling.log: tests/unit.log
|
||||||
scripts/ocsp-stapling.log: scripts/ocsp.log
|
scripts/ocsp-stapling.log: scripts/ocsp.log
|
||||||
dist_noinst_SCRIPTS+= scripts/ocsp-stapling-with-ca-as-responder.test
|
dist_noinst_SCRIPTS+= scripts/ocsp-stapling-with-ca-as-responder.test
|
||||||
|
scripts/ocsp-stapling-with-ca-as-responder.log: tests/unit.log
|
||||||
scripts/ocsp-stapling-with-ca-as-responder.log: scripts/ocsp-stapling.log
|
scripts/ocsp-stapling-with-ca-as-responder.log: scripts/ocsp-stapling.log
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -36,8 +38,10 @@ if BUILD_OCSP_STAPLING_V2
|
|||||||
dist_noinst_SCRIPTS+= scripts/ocsp-stapling2.test
|
dist_noinst_SCRIPTS+= scripts/ocsp-stapling2.test
|
||||||
|
|
||||||
if BUILD_OCSP_STAPLING
|
if BUILD_OCSP_STAPLING
|
||||||
|
scripts/ocsp-stapling2.log: tests/unit.log
|
||||||
scripts/ocsp-stapling2.log: scripts/ocsp-stapling-with-ca-as-responder.log
|
scripts/ocsp-stapling2.log: scripts/ocsp-stapling-with-ca-as-responder.log
|
||||||
else
|
else
|
||||||
|
scripts/ocsp-stapling2.log: tests/unit.log
|
||||||
scripts/ocsp-stapling2.log: scripts/ocsp.log
|
scripts/ocsp-stapling2.log: scripts/ocsp.log
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user