summaryrefslogtreecommitdiff
path: root/contrib/pg_stat_statements/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pg_stat_statements/Makefile')
-rw-r--r--contrib/pg_stat_statements/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_stat_statements/Makefile b/contrib/pg_stat_statements/Makefile
index 69fbc6a858..5578a9dd4e 100644
--- a/contrib/pg_stat_statements/Makefile
+++ b/contrib/pg_stat_statements/Makefile
@@ -17,8 +17,8 @@ PGFILEDESC = "pg_stat_statements - execution statistics of SQL statements"
LDFLAGS_SL += $(filter -lm, $(LIBS))
REGRESS_OPTS = --temp-config $(top_srcdir)/contrib/pg_stat_statements/pg_stat_statements.conf
-REGRESS = pg_stat_statements cursors utility level_tracking planning \
- cleanup oldextversions
+REGRESS = select dml cursors utility level_tracking planning \
+ user_activity wal cleanup oldextversions
# Disabled because these tests require "shared_preload_libraries=pg_stat_statements",
# which typical installcheck users do not have (e.g. buildfarm clients).
NO_INSTALLCHECK = 1