Add a 'test' target to tools makefile.

This commit is contained in:
Alexander van Gessel 2008-12-14 23:26:01 +01:00
parent 4ae4130f8a
commit ff5205c9b4

View file

@ -31,6 +31,11 @@ utils-unused:
@echo "# Report on unused utility macros"
@./wmlscope --crossreference --from $(DATA)/core/macros --refcount 0 $(MAINLINE) $(UMC)
test:
# Check WML for meaning and references.
# No UMC testing until $(UMC) is fixed
./wmltest -p $(DATA) #-u $(UMC)
# Beware of removing images listed in this report unless you know
# UMC is not relying on them!
#