diff --git a/posix.mak b/posix.mak index e5bf862cf53..2766e0794fb 100644 --- a/posix.mak +++ b/posix.mak @@ -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)