Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: enable running individual tests #225

Merged
merged 1 commit into from
Mar 27, 2014
Merged

Makefile: enable running individual tests #225

merged 1 commit into from
Mar 27, 2014

Conversation

rgarcia
Copy link

@rgarcia rgarcia commented Mar 26, 2014

e.g. make github.com/drone/drone/pkg/database/migrate

also add targets that don't correspond to files or directories to .PHONY

e.g. `make github.com/drone/drone/pkg/database/migrate`

also add targets that don't correspond to files or directories to .PHONY
mail \
model \
plugin/deploy \
queue
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally this would be something like

$(shell find pkg/ -mindepth 1 -type d)

but not all subdirectories in pkg are go modules (e.g. pkg/template/pages)

bradrydzewski added a commit that referenced this pull request Mar 27, 2014
Makefile: enable running individual tests
@bradrydzewski bradrydzewski merged commit e124d14 into harness:master Mar 27, 2014
@bradrydzewski bradrydzewski added this to the v0.2 milestone Apr 1, 2014
@bradrydzewski bradrydzewski modified the milestones: v0.3, v0.2 Apr 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants