Run unit tests with standard: make check (closes #205, closes #238)
commit3f96e18c09be604e992b640e61e4d8b9ec24e646
authorAndrey Skvortsov <Andrej.Skvortzov@gmail.com>
Sat, 1 Mar 2014 16:45:47 +0000 (1 20:45 +0400)
committerStéphane Raimbault <stephane.raimbault@gmail.com>
Wed, 18 Feb 2015 16:24:54 +0000 (18 17:24 +0100)
treefd2b3476a849ad0fff955ebe1bcc80624d5c7f29
parente98fd68c3b74ecba39df862183a38bc392375cea
Run unit tests with standard: make check (closes #205, closes #238)

This patch has been developed by Andrey Skvortsov, Michael Heimpold
and Stéphane Raimbault.

- avoid bash'isms and use of GNU find
- terminate server after test run (ignored in TCP mode)
- add *.log, *.trs to .gitignore
- unit-test-client returns 0 on success
- save exit code of unit-test-client for make check status
- replace kill by killall
- add entry in README
.gitignore
README.md
tests/Makefile.am
tests/unit-test-client.c
tests/unit-tests.sh [new file with mode: 0755]