summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-01-08 18:13:22 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2020-01-08 18:13:22 +0100
commit28dacee28819ea2d24fd8ff6547fd3a175677084 (patch)
tree0c89658f5cb9b368f741fbb1cef911687744363d /Makefile
parentbdf392093af92da7d8fc4e32b68ff0716700522d (diff)
downloadsearxng-28dacee28819ea2d24fd8ff6547fd3a175677084.tar.gz
searxng-28dacee28819ea2d24fd8ff6547fd3a175677084.zip
utils: add lib.sh containing common shell script
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6adba1037..a5265ff86 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,7 @@ test: test.pep8 test.unit test.sh test.robot
- make pylint
test.sh:
+ shellcheck -x utils/lib.sh
test.pep8: pyenvinstall
$(PY_ENV_ACT); ./manage.sh pep8_check