]> git.phdru.name Git - m_librarian.git/commitdiff
Start tests
authorOleg Broytman <phd@phdru.name>
Thu, 31 Mar 2016 14:40:13 +0000 (17:40 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 31 Mar 2016 14:40:13 +0000 (17:40 +0300)
Makefile
tests/Makefile [new file with mode: 0644]

index c84b8302571e11bacdf4e70333ed6137864faeaf..9bf3b27f635223d239a7ca0e8d83f040d71f18eb 100644 (file)
--- 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 (file)
index 0000000..ceb35bd
--- /dev/null
@@ -0,0 +1,4 @@
+
+.PHONY: all
+all:
+       @echo "Nothing to be done for 'all'"