gitweb/Makefile: Add 'test' and 'test-installed' targets
commit958a8467216ca607ca6a24059d5c641347927333
authorJakub Narebski <jnareb@gmail.com>
Sun, 26 Sep 2010 13:02:26 +0000 (26 15:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Sep 2010 18:50:26 +0000 (30 11:50 -0700)
treeec568587ed5b8bd7fe6d055399cb7d719bf5933f
parent929909375034eb609f855fe51b2ffc57123e6dd4
gitweb/Makefile: Add 'test' and 'test-installed' targets

The 'test-installed' target in gitweb/Makefile tests installed gitweb,
using the same destination directory that 'install' target uses.

The 'test' target is just a convenience wrapper invoking 'gitweb-test'
target of t/Makefile.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/Makefile
t/Makefile