From afa97d0518d9720977cfc3727549a999f91a7a58 Mon Sep 17 00:00:00 2001 From: Randall Meyer Date: Mon, 18 Oct 2021 13:38:10 -0700 Subject: [PATCH] Remove empty tests/unit_tests directoy+makefile --- CODEOWNERS | 1 - configure.ac | 1 - tests/unit_tests/Makefile.am | 30 ------------------------------ 3 files changed, 32 deletions(-) delete mode 100644 tests/unit_tests/Makefile.am diff --git a/CODEOWNERS b/CODEOWNERS index dbb0fef766d..38fda6795b1 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 4926e090083..d32c4cfca79 100644 --- a/configure.ac +++ b/configure.ac @@ -2290,7 +2290,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 791c6005d2c..00000000000 --- 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