From 3ff4d7ff37994cd7919daa6d9ebd5cd4c11b2e98 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Thu, 7 Nov 2024 23:27:28 +0000 Subject: [PATCH] Per #3006, add pair_stat to the list of things for which no 'make test' command is run. --- scripts/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/Makefile b/scripts/Makefile index 6660bff06f..f927d9327b 100755 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -33,8 +33,7 @@ export TEST_OUT_DIR ## were built ## - -TESTS := $(shell grep "define ENABLE_" ../config.h | grep -v "ENABLE_PYTHON" | grep -v "ENABLE_UGRID" | cut -d" " -f2 | cut -b8- | tr A-Z a-z) +TESTS := $(shell grep "define ENABLE_" ../config.h | grep -v "ENABLE_PAIR_STAT" | grep -v "ENABLE_PYTHON" | grep -v "ENABLE_UGRID" | cut -d" " -f2 | cut -b8- | tr A-Z a-z) ########################################################################