You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/09/03 22:06:34 UTC

[GitHub] [trafficserver] bneradt opened a new pull request #7165: Build test C/C++ files with Automake. (#6945)

bneradt opened a new pull request #7165:
URL: https://github.com/apache/trafficserver/pull/7165


   This is a cherry-pick with resolved merge conflicts for the following PR:
   https://github.com/apache/trafficserver/pull/6945
   
   ---
   
   Many AuTests have test plugins or test executables that are used as a
   part of the test. Before this change these were built by ad hoc calls to
   g++ or gcc via shell executions from within the test or one of a couple
   AuTest extensions. This patch removes the building of these files from
   AuTest and instead uses the Automake build system to build these. This
   will build these utilities in a way that is consistent with the rest of
   the system, using the same warning and error flags, the same
   clang tool configurations, etc.
   
   (cherry picked from commit 61f8ee3bfdea2690677d6ef3697b5aa272ffd297)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bneradt commented on pull request #7165: Build test C/C++ files with Automake. (#6945)

Posted by GitBox <gi...@apache.org>.
bneradt commented on pull request #7165:
URL: https://github.com/apache/trafficserver/pull/7165#issuecomment-686851979


   [approve ci autest]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] zwoop merged pull request #7165: Build test C/C++ files with Automake. (#6945)

Posted by GitBox <gi...@apache.org>.
zwoop merged pull request #7165:
URL: https://github.com/apache/trafficserver/pull/7165


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org