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

DevKit updates #48

Merged
merged 1 commit into from
Oct 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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