You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2021/11/08 23:28:43 UTC

[trafficserver] branch 9.2.x updated: Remove empty tests/unit_tests directoy+makefile (#8429)

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

zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 7e2df04  Remove empty tests/unit_tests directoy+makefile (#8429)
7e2df04 is described below

commit 7e2df041f1f88e52fc9f140cade2528c8a1add51
Author: Randall Meyer <rr...@apache.org>
AuthorDate: Mon Oct 18 16:00:34 2021 -0700

    Remove empty tests/unit_tests directoy+makefile (#8429)
    
    (cherry picked from commit c00b113bdd6d28034ecd784df63c5bdf51785524)
---
 CODEOWNERS                   |  1 -
 configure.ac                 |  1 -
 tests/unit_tests/Makefile.am | 30 ------------------------------
 3 files changed, 32 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index dbb0fef..38fda67 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -75,7 +75,6 @@ tests/*                     @SolidWallOfCode
 tests/include/*             @SolidWallOfCode
 tests/gold_tests/*          @SolidWallOfCode
 tests/tools/*               @SolidWallOfCode
-tests/unit_tests/*          @SolidWallOfCode
 
 # The manager source
 mgmt/*                      @zwoop @bryancall
diff --git a/configure.ac b/configure.ac
index 94d6a9e..7e5713f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2288,7 +2288,6 @@ AC_CONFIG_FILES([
   tools/Makefile
   tools/trafficserver.pc
   tools/tsxs
-  tests/unit_tests/Makefile
   tests/Makefile
 ])
 
diff --git a/tests/unit_tests/Makefile.am b/tests/unit_tests/Makefile.am
deleted file mode 100644
index 791c600..0000000
--- a/tests/unit_tests/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-#
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-
-include $(top_srcdir)/build/tidy.mk
-
-AM_CPPFLAGS += \
-	-I$(abs_top_srcdir) \
-	$(TS_INCLUDES)
-
-bin_PROGRAMS = unit_tests
-
-unit_tests_SOURCES = main.cpp
-
-clang-tidy-local: $(DIST_SOURCES)
-	$(CXX_Clang_Tidy)
-	
\ No newline at end of file