X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=blobdiff_plain;f=Makefile;h=9bf3b27f635223d239a7ca0e8d83f040d71f18eb;hp=c84b8302571e11bacdf4e70333ed6137864faeaf;hb=b8175386627ccc31fc1c3a3177382f196f0f0c19;hpb=a2fad472be1eb126b1e14761cb5264d613547d06 diff --git a/Makefile b/Makefile index c84b830..9bf3b27 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,7 @@ all: htmldoc: PYTHONPATH="`pwd`" $(MAKE) -C doc html PYTHONPATH="`pwd`" $(MAKE) -C doc-ru html + +.PHONY: test +test: + $(MAKE) -C tests