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

Commit 69c54bd

Browse files
committed
Add buildkite-test target
1 parent 1c60346 commit 69c54bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

posix.mak

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,4 +376,7 @@ auto-tester-build: target checkwhitespace
376376
.PHONY : auto-tester-test
377377
auto-tester-test: unittest benchmark-compile-only
378378

379+
.PHONY : buildkite-test
380+
buildkite-test: unittest benchmark-compile-only
381+
379382
.DELETE_ON_ERROR: # GNU Make directive (delete output files on error)

0 commit comments

Comments
 (0)