summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* tests: report failure if stderr has unexpected outputAlan Coopersmith2021-11-301-1/+6
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* tests: Fix failure to make distcheckAlan Coopersmith2021-11-301-2/+2
| | | | | | | Add test_xauth to EXTRA_DIST Add test output files to CLEANFILES Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* tests: make tests work in out-of-tree buildsAlan Coopersmith2021-11-306-15/+16
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Removed build requirement "cmdtest".Dr. Tilmann Bubeck2021-11-298-20/+46
| | | | Replaced by a shell script with the needed functionality.
* Improve portabilityBaptiste Daroussin2021-11-296-8/+8
| | | | | | | | | | | there is no need to hard depend on bash given almost all the code is /bin/sh compliant Remove the function keyword from setup-source to make it /bin/sh compliant pipe wc -l output to xargs to make the command output compatible with both GNU wc and BSD wc (which prefix the output with a tab)
* Fix spelling/wording issuesAlan Coopersmith2021-11-281-1/+1
| | | | | | | Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Fixed missing EXTRA_DIST in tests. Extended README for releasing.Dr. Tilmann Bubeck2014-04-021-0/+7
| | | | | | | | | | 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>
* * Do not install test_xauth during "make install" as it isDr. Tilmann Bubeck2013-10-132-1/+5
| | | | | only used during "make check". * perror out, if test_xauth does not find "cmdtest".
* Rewrote test_xauth to C to make automake and "make distclean" happy.Dr. Tilmann Bubeck2013-10-093-3/+8
|
* Added black box tests for basic functionality started with "make check".Dr. Tilmann Bubeck2013-10-0614-0/+241