gitweb: split test suite into library and tests
commit05526071cb5ce2f040514b7f50a4e32b16802ffd
authorMark Rada <marada@uwaterloo.ca>
Fri, 28 Aug 2009 02:07:07 +0000 (27 22:07 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Aug 2009 02:56:02 +0000 (27 19:56 -0700)
treefba805a10c30ad2f80978bad4f20143b6be6c7c0
parent34b31a8d5f48283ec3039777b24706585b4f9d41
gitweb: split test suite into library and tests

To accommodate additions to the test cases for gitweb, the preamble
from t9500 is now in its own library so that new sets of tests for
gitweb can use the same setup without copying the code.

Signed-off-by: Mark Rada <marada@uwaterloo.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/gitweb-lib.sh [new file with mode: 0644]
t/t9500-gitweb-standalone-no-errors.sh