Skip to content

Commit

Permalink
Merge pull request #702 from stan-dev/feature/issue-698-make-error
Browse files Browse the repository at this point in the history
Fixes #698. updating makefile message for test-models
  • Loading branch information
syclik committed Jun 20, 2014
2 parents 1fe3a9d + 45a555c commit b0870ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ endif
@echo ' - test-distributions : Runs unit tests for the distributions'
@echo ' Use this target instead: src/test/unit-distribution'
@echo ' - test-models : Runs diagnostic models.'
@echo ' Use this target instead: src/test/CmdStan/models'
@echo ' Run this from CmdStan: src/test/models'
@echo ' - test-bugs : Runs the bugs examples (subset of test-models).'
@echo ' Use this target instead: src/test/CmdStan/models/bugs_examples'
@echo ' Run this from CmdStan: src/test/models/bugs_examples'
@echo ''
@echo '--------------------------------------------------------------------------------'

Expand Down

0 comments on commit b0870ac

Please sign in to comment.