diff --git a/Makefile b/Makefile index a625f36..3852cb3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ +# This Makefile is only used by developers. VERSION:=$(shell python setup.py --version) PY_FILES_DIRS := patool setup.py patoolib tests -# This Makefile is only used by developers. +# which test modules to run TESTS ?= tests/ # set test options, eg. to "--nologcapture" TESTOPTS=