diff options
author | Pavel Raiskup <praiskup@redhat.com> | 2014-11-05 10:46:31 +0100 |
---|---|---|
committer | Pavel Raiskup <praiskup@redhat.com> | 2014-11-05 10:46:31 +0100 |
commit | fbe0ef56fb4d4f89a254546dd368caf44b5f65ec (patch) | |
tree | cfc64bd713ba662cd9b36099accd3fe3988821a3 /controller/tests/atlocal.in | |
parent | f45d146cb70d09be1face87ddede306302627349 (diff) | |
download | postgresql-setup-tests-fbe0ef56fb4d4f89a254546dd368caf44b5f65ec.tar.gz postgresql-setup-tests-fbe0ef56fb4d4f89a254546dd368caf44b5f65ec.tar.xz postgresql-setup-tests-fbe0ef56fb4d4f89a254546dd368caf44b5f65ec.zip |
controller: add basic testsuite
Copied from 'postgresql-setup' package. Also do some 'make dist'
fixes.
* controller/Makefile.am: Use $TEST_GEN_FILES_LIST. Also create
the share/ directory during build.
* controller/configure.ac: Initialize testsuite.
* controller/tests/Makefile.am: Bureaucracy for testsuite.
* controller/tests/atlocal.in: Likewise.
* controller/tests/testsuite.at: Add two tests copied from
postgresql-setup project.
Diffstat (limited to 'controller/tests/atlocal.in')
-rw-r--r-- | controller/tests/atlocal.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/tests/atlocal.in b/controller/tests/atlocal.in new file mode 100644 index 0000000..6015f6b --- /dev/null +++ b/controller/tests/atlocal.in @@ -0,0 +1 @@ +TEST_GEN_FILES_LIST=@TEST_GEN_FILES_LIST@ |