From 8454864f2863f1eefd1deb18dcb2eb9bb2882260 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Tue, 21 Aug 2018 17:17:18 +0200 Subject: [PATCH] Add buildkite-test target --- posix.mak | 3 +++ 1 file changed, 3 insertions(+) diff --git a/posix.mak b/posix.mak index e5bf862cf5..2766e0794f 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)