Skip to content

Commit

Permalink
Merge branch 'develop' into feature/issue-690-tag-v2.3.0
Browse files Browse the repository at this point in the history
Conflicts:
	makefile
  • Loading branch information
syclik committed Jun 20, 2014
2 parents 0d9c4e2 + b0870ac commit c5606c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions make/tests
Original file line number Diff line number Diff line change
Expand Up @@ -280,20 +280,20 @@ test-distributions: src/test/unit-distribution
test-models:
@echo ''
@echo 'These tests are now in the CmdStan repository. Run this from'
@echo 'the CmdStan directory:'
@echo 'the CmdStan home directory:'
@echo ''
@echo ' "> make src/test/models"'
@echo ''
$(error Tests have moved to the CmdStan repository. Run "> make src/test/models")
@exit 1

test-bugs:
@echo ''
@echo 'These tests are now in the CmdStan repository. Run this from'
@echo 'the CmdStan directory:'
@echo 'the CmdStan home directory:'
@echo ''
@echo ' "> make src/test/models/bugs_examples"'
@echo ''
$(error Tests have moved to the CmdStan repository. Run "> make src/test/models/bugs_examples")
@exit 1


.PHONY: test-all
Expand Down

0 comments on commit c5606c3

Please sign in to comment.