You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by cm...@apache.org on 2023/09/05 00:08:31 UTC

[trafficserver] branch master updated (de68cd0224 -> cd3a3ea0ab)

This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from de68cd0224 cmake: add unit tests from mgmt/rpc (#10366)
     add cd3a3ea0ab Cmake autest (#10327)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                        | 24 ++++++++---
 cmake/ConfigureTransparentProxy.cmake |  2 +-
 cmake/install_configs.cmake           |  5 ++-
 cmake/proxy-verifier.cmake            | 79 +++++++++++++++++++++++++++++++++++
 configs/CMakeLists.txt                |  2 +-
 tests/CMakeLists.txt                  | 29 +++++++++++++
 tests/autest.sh.in                    | 13 ++++++
 tests/tools/plugins/CMakeLists.txt    | 10 -----
 8 files changed, 144 insertions(+), 20 deletions(-)
 create mode 100644 cmake/proxy-verifier.cmake
 create mode 100755 tests/autest.sh.in