From: Oleg Broytman Date: Thu, 31 Mar 2016 14:40:13 +0000 (+0300) Subject: Start tests X-Git-Tag: 0.0.4~38 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=b8175386627ccc31fc1c3a3177382f196f0f0c19 Start tests --- 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 diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 0000000..ceb35bd --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,4 @@ + +.PHONY: all +all: + @echo "Nothing to be done for 'all'"