Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
test
target for easily running tests.
Common development tests should be as seamless and simple as possible, but the `cask exec buttercup -L .` command which runs the specs for the project is not the most user friendliest. This adds the `test` target which is an alias for that command. > Note: in order to force make to "rebuild" the `test` command every time, it needs to be marked as a `.PHONY` target (one that does not produce an actual physical artifact) See https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html#Phony-Targets
- Loading branch information