summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDr. Tilmann Bubeck <tilmann@bubecks.de>2014-04-02 19:44:37 +0200
committerDr. Tilmann Bubeck <tilmann@bubecks.de>2014-04-02 19:44:37 +0200
commitc36e9838294a6042eb7ae61fc476cbc3280aef2d (patch)
tree42f9725eb7729c23dd99638b89f30a7648bd898d /tests
parentce4bfd951160eabdb28f5534c34aa7549dba7fba (diff)
downloadxorg-app-xauth-c36e9838294a6042eb7ae61fc476cbc3280aef2d.tar.gz
Fixed missing EXTRA_DIST in tests. Extended README for releasing.
The tests/Makefile.am missed the EXTRA_DIST definition which resulted in missing files for the test done with "make check". This was fixed. README was extended to describe howto release a new version of this software and to clarify something from ReleaseHOWTO of x.org. Prepare anything for releasing 1.0.9. Signed-off-by: Dr. Tilmann Bubeck <tilmann@bubecks.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 53c9953..98b4c4e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,12 @@
## Process this file with automake to produce Makefile.in
+EXTRA_DIST = setup-sourced \
+ 010-xauth-add-inet.script 010-xauth-add-inet.stdout \
+ 020-xauth-add-local.script 020-xauth-add-local.stdout \
+ 030-xauth-extract.script 030-xauth-extract.stdout \
+ 040-xauth-source.script 040-xauth-source.stdout \
+ 090-xauth-bad-usage.script 090-xauth-bad-usage.stderr 090-xauth-bad-usage.stdout
+
TESTS = test_xauth
check_PROGRAMS = test_xauth
test_xauth_SOURCES = test_xauth.c