aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2015-07-25 10:39:13 +0200
committerArthurHoaro <arthur@hoa.ro>2015-11-07 15:27:22 +0100
commita52e8435939c641f964939f1df55cf7ceddcc0fd (patch)
treead3ade3aee2e738101ced54df8a8a9c113cc641d /Makefile
parentd06265fb5785493ee845d4c4a86583402b475b60 (diff)
downloadShaarli-a52e8435939c641f964939f1df55cf7ceddcc0fd.tar.gz
Shaarli-a52e8435939c641f964939f1df55cf7ceddcc0fd.tar.zst
Shaarli-a52e8435939c641f964939f1df55cf7ceddcc0fd.zip
Add plugins folder to test analysis
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 05578525..770dcd53 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,8 @@
13# - enable in php.ini 13# - enable in php.ini
14 14
15BIN = vendor/bin 15BIN = vendor/bin
16PHP_SOURCE = index.php application tests 16PHP_SOURCE = index.php application tests plugins
17PHP_COMMA_SOURCE = index.php,application,tests 17PHP_COMMA_SOURCE = index.php,application,tests,plugins
18 18
19all: static_analysis_summary test 19all: static_analysis_summary test
20 20