]> git.phdru.name Git - m_librarian.git/blobdiff - Makefile
Add tests; test importing list of genres
[m_librarian.git] / Makefile
index c84b8302571e11bacdf4e70333ed6137864faeaf..20168df489e943d0ae5c365f167d90d852f5f1c6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,5 +5,12 @@ all:
 
 .PHONY: htmldoc
 htmldoc:
-       PYTHONPATH="`pwd`" $(MAKE) -C doc html
-       PYTHONPATH="`pwd`" $(MAKE) -C doc-ru html
+       $(MAKE) -C doc html
+       $(MAKE) -C doc-ru html
+
+.PHONY: test
+test:
+       $(MAKE) -C tests
+
+.PHONY: tests
+tests: test