Skip to content

Commit

Permalink
Per #3006, add pair_stat to the list of things for which no 'make tes…
Browse files Browse the repository at this point in the history
…t' command is run.
  • Loading branch information
JohnHalleyGotway committed Nov 7, 2024
1 parent b4741e7 commit 3ff4d7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)


########################################################################
Expand Down

0 comments on commit 3ff4d7f

Please sign in to comment.