Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
DevKit updates (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricMaxxx authored Oct 28, 2017
1 parent edbe0c7 commit 95f7a90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@
# file that was distributed with this source code. #
############################################################################

ifeq ("symfony-cmf/resource", "symfony-cmf/testing")
TESTING_SCRIPTS_DIR=bin
else
TESTING_SCRIPTS_DIR=vendor/symfony-cmf/testing/bin
endif
CONSOLE=${TESTING_SCRIPTS_DIR}/console
VERSION=dev-master
ifdef BRANCH
VERSION=dev-${BRANCH}
endif
PACKAGE=symfony-cmf/resource

list:
@echo 'test: will run all tests'
@echo 'unit_tests: will run unit tests only'
Expand Down

0 comments on commit 95f7a90

Please sign in to comment.