Add a 'test' target to tools makefile.
This commit is contained in:
parent
4ae4130f8a
commit
ff5205c9b4
1 changed files with 5 additions and 0 deletions
|
@ -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!
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue