diff --git a/scripts/Makefile b/scripts/Makefile index 2081261e28..6660bff06f 100755 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -34,7 +34,7 @@ export TEST_OUT_DIR ## -TESTS := $(shell grep "define ENABLE_" ../config.h | grep -v "ENABLE_PYTHON" | cut -d" " -f2 | cut -b8- | tr A-Z a-z) +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) ########################################################################