From 093be6d640d01d7cd24a2d87f6901aa3b3cf4fc6 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 17 Sep 2014 00:22:38 +0200 Subject: testsuite: configury & and add first test-case This required little bit of generalization so I moved the SED_CALL into configure.ac to have it available for tests/Makefile.am also. The first testsuite just checks that no un-expanded @pattern@ exists in generated files. --- .gitignore | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 446e759..c050477 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,25 @@ -Makefile -Makefile.in +*.tar.gz +*.log +.generated_files aclocal.m4 +atconfig +atlocal autom4te.cache/ config.log config.status configure +conf/postgresql* +INSTALL install-sh +Makefile +Makefile.in missing -*.log -INSTALL +package.m4 postgresql*-check-db-dir postgresql*-ctl +postgresql*.service postgresql*-setup postgresql*-setup.1 -*.tar.gz -conf/postgresql* -postgresql*.service README.rpm-dist +testsuite +testsuite.dir/ -- cgit