bneradt commented on code in PR #12456:
URL: https://github.com/apache/trafficserver/pull/12456#discussion_r2279639367


##########
plugins/header_rewrite/CMakeLists.txt:
##########
@@ -57,6 +57,12 @@ if(BUILD_TESTING)
   if(maxminddb_FOUND)
     target_link_libraries(test_header_rewrite PRIVATE maxminddb::maxminddb)
   endif()
+
+  add_executable(test_matcher matcher_tests.cc matcher.cc lulu.cc 
regex_helper.cc resources.cc)
+  add_test(NAME test_matcher COMMAND $<TARGET_FILE:test_matcher>)

Review Comment:
   It would be nice to land #12453 so we don't conflict with these.



-- 
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.

To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org

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

Reply via email to