We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent44634e4 commit8e5f430Copy full SHA for 8e5f430
src/test/isolation/Makefile
@@ -70,10 +70,5 @@ maintainer-clean: distclean
70
installcheck: all
71
./pg_isolation_regress --psqldir='$(PSQLDIR)' --inputdir=$(srcdir) --schedule=$(srcdir)/isolation_schedule
72
73
-# We can't support "make check" because isolationtester requires libpq, and
74
-# in fact (on typical platforms using shared libraries) requires libpq to
75
-# already be installed. You could run "make install" and then run a check
76
-# using a temp installation, but there seems little point in that.
77
-check:
78
-@echo"'make check' is not supported."
79
-@echo"Install PostgreSQL, then 'make installcheck' instead."
+check: all
+./pg_isolation_regress --temp-install=./tmp_check --inputdir=$(srcdir) --top-builddir=$(top_builddir) --schedule=$(srcdir)/isolation_schedule