From b8175386627ccc31fc1c3a3177382f196f0f0c19 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 31 Mar 2016 17:40:13 +0300 Subject: [PATCH] Start tests --- Makefile | 4 ++++ tests/Makefile | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 tests/Makefile 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'" -- 2.39.2