Add a trivial 'test' target to Makefile.
[matthijs/upstream/blosxom.git] / t / Makefile
1
2 all: test
3
4 test: 
5         prove *.t
6