Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Add buildkite-test target
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Aug 23, 2018
1 parent 1c60346 commit 69c54bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions posix.mak
Expand Up @@ -376,4 +376,7 @@ auto-tester-build: target checkwhitespace
.PHONY : auto-tester-test
auto-tester-test: unittest benchmark-compile-only

.PHONY : buildkite-test
buildkite-test: unittest benchmark-compile-only

.DELETE_ON_ERROR: # GNU Make directive (delete output files on error)

0 comments on commit 69c54bd

Please sign in to comment.