| MODULES=fsync_helper | |
| PG_CONFIG=pg_config | |
| REGRESS = setup bgwriter_checkpoint | |
| subdir = src/test/fsync | |
| top_builddir = ../../.. | |
| include $(top_builddir)/src/Makefile.global | |
| NO_PGXS = 1 | |
| include $(top_srcdir)/src/makefiles/pgxs.mk | |
| # Ease the top-level Makefile's job a little bit, and install supporting | |
| # libraries as part of installcheck. | |
| installcheck: install |