From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 89CA71F5AE for ; Sun, 26 Jul 2020 01:57:59 +0000 (UTC) From: Eric Wong To: unicorn-public@yhbt.net Subject: [PATCH 0/2] minor test improvements Date: Sun, 26 Jul 2020 01:57:57 +0000 Message-Id: <20200726015759.18011-1-bofh@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Lightly tested, but seems much better than before w.r.t. unnecessary rebuilds. Eric Wong (2): test_helper: support TAIL= env for watching tests build: revamp and avoid unnecessary rebuilds GNUmakefile | 160 ++++++++++++++++++++++++++++---------------- t/GNUmakefile | 75 +-------------------- test/test_helper.rb | 21 ++++-- 3 files changed, 122 insertions(+), 134 deletions(-)