summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2016-07-22 08:20:28 +0200
committerPavel Raiskup <praiskup@redhat.com>2016-07-22 08:20:28 +0200
commit3fcfb0e1f4cf535ce3356ecef32a21a9e9fc27b5 (patch)
tree21edbc3325b8df4933e943d257e685862ff890ae /tests/Makefile.am
parent300dc14017f27bc2ea79c0bb01a627d84d7790f6 (diff)
downloadpostgresql-setup-master.tar.gz
postgresql-setup-master.tar.xz
postgresql-setup-master.zip
Move the repo to github.HEADmaster
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am45
1 files changed, 0 insertions, 45 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index 8f6f5a5..0000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,45 +0,0 @@
-EXTRA_DIST = testsuite.at \
- package.m4 \
- $(TESTSUITE) \
- atlocal.in
-
-$(srcdir)/package.m4: $(top_srcdir)/configure.ac
- $(AM_V_GEN):;{ \
- echo '# Signature of the current package.' && \
- echo 'm4_define([AT_PACKAGE_NAME],' && \
- echo ' [$(PACKAGE_NAME)])' && \
- echo 'm4_define([AT_PACKAGE_TARNAME],' && \
- echo ' [$(PACKAGE_TARNAME)])' && \
- echo 'm4_define([AT_PACKAGE_VERSION],' && \
- echo ' [$(PACKAGE_VERSION)])' && \
- echo 'm4_define([AT_PACKAGE_STRING],' && \
- echo ' [$(PACKAGE_STRING)])' && \
- echo 'm4_define([AT_PACKAGE_BUGREPORT],' && \
- echo ' [$(PACKAGE_BUGREPORT)])'; \
- echo 'm4_define([AT_PACKAGE_URL],' && \
- echo ' [$(PACKAGE_URL)])'; \
- } >'$(srcdir)/package.m4'
-
-TESTSUITE = $(srcdir)/testsuite
-CHECK_DEPS = atconfig atlocal $(TESTSUITE) $(top_builddir)/$(TEST_GEN_FILES_LIST)
-
-atlocal: atlocal.in $(c_s)
- $(text_tpl_gen)
-
-check-local: $(CHECK_DEPS)
- $(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS)
-
-installcheck-local: $(CHECK_DEPS)
- $(SHELL) '$(TESTSUITE)' AUTOTEST_PATH='$(bindir)' $(TESTSUITEFLAGS)
-
-clean-local:
- test ! -f '$(TESTSUITE)' || \
- $(SHELL) '$(TESTSUITE)' --clean
-
-AUTOTEST = $(AUTOM4TE) --language=autotest
-
-$(TESTSUITE): $(srcdir)/testsuite.at $(srcdir)/package.m4
- $(AM_V_GEN)$(AUTOTEST) -I '$(srcdir)' -o $@.tmp $@.at && \
- mv $@.tmp $@
-
-DISTCLEANFILES = atconfig atlocal