diff options
| author | Pavel Raiskup <praiskup@redhat.com> | 2014-09-17 00:22:38 +0200 |
|---|---|---|
| committer | Pavel Raiskup <praiskup@redhat.com> | 2014-09-17 14:06:10 +0200 |
| commit | 093be6d640d01d7cd24a2d87f6901aa3b3cf4fc6 (patch) | |
| tree | 8e47e5610adb86691ddcb4f02d198eb4869af7b3 /.gitignore | |
| parent | 6ff8c6247cf4dec81f5899b09995d25c957ad7d5 (diff) | |
| download | postgresql-setup-093be6d640d01d7cd24a2d87f6901aa3b3cf4fc6.tar.gz postgresql-setup-093be6d640d01d7cd24a2d87f6901aa3b3cf4fc6.tar.xz postgresql-setup-093be6d640d01d7cd24a2d87f6901aa3b3cf4fc6.zip | |
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.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -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/ |
