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: [email protected]
