]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Add plugins folder to test analysis
authorArthurHoaro <arthur@hoa.ro>
Sat, 25 Jul 2015 08:39:13 +0000 (10:39 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sat, 7 Nov 2015 14:27:22 +0000 (15:27 +0100)
Makefile

index 05578525097b1526b55d101a9f77d0e0b13ec903..770dcd5368a1d8196d98c2e87d5ad08a325b856c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,8 @@
 #   - enable in php.ini
 
 BIN = vendor/bin
-PHP_SOURCE = index.php application tests
-PHP_COMMA_SOURCE = index.php,application,tests
+PHP_SOURCE = index.php application tests plugins
+PHP_COMMA_SOURCE = index.php,application,tests,plugins
 
 all: static_analysis_summary test