Add a simple testsuite to cvsps
commit5caa3f6005979bc5103c8e70ccbd2afacd531bf1
authorHeiko Voigt <hvoigt@hvoigt.net>
Mon, 23 Mar 2009 17:17:38 +0000 (23 18:17 +0100)
committerHeiko Voigt <hvoigt@hvoigt.net>
Mon, 23 Mar 2009 17:21:45 +0000 (23 18:21 +0100)
treeb1683f1c29b5d70e619f85897670e234b7690d28
parent1a680d69dd39346bdf3674c6cb2460e11e15c7d2
Add a simple testsuite to cvsps

This is an initial very simple version of a testsuite for cvsps.

The first testcase ensures basic cvsps output.

Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
Makefile
t/.gitattributes [new file with mode: 0644]
t/.gitignore [new file with mode: 0644]
t/Makefile [new file with mode: 0644]
t/cvsroot/CVSROOT/.gitignore [new file with mode: 0644]
t/cvsroot/t0000-basic/a,v [new file with mode: 0644]
t/run-tests.sh [new file with mode: 0755]
t/t0000-basic/expect [new file with mode: 0644]
t/test-lib.sh [new file with mode: 0755]