From owner-freebsd-testing@FreeBSD.ORG Sun Nov 24 22:10:01 2013 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BAB2110A for ; Sun, 24 Nov 2013 22:10:01 +0000 (UTC) Received: from mail-pd0-x22d.google.com (mail-pd0-x22d.google.com [IPv6:2607:f8b0:400e:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97EF1289E for ; Sun, 24 Nov 2013 22:10:01 +0000 (UTC) Received: by mail-pd0-f173.google.com with SMTP id p10so4244418pdj.32 for ; Sun, 24 Nov 2013 14:10:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :cc:to:mime-version; bh=V9JYzziCZnM9XL3lkO779GB3qwbOUlMnO5XT1SpXd4Y=; b=CsvuMbYWrjAehz/UdAzoy8cxYFpG7AM8EjMKlyZwQii1oausa2Uc1UCIanvvupbzf9 xwK7p4hv5eR/j6hb7u4w6h5IS1030T/r8GrRebpP7LyvvNhTP2rUm8mafV4d1/tqjDI5 4U9eKJpAESHWKIG3FP74ZGzFXuQu5kg4zDjND5k394UqiJieP53Ym2jAPFEWV6YYDzKH 8AG4pZTRHNDU5xv7hLj5ThcwfQYvzCTkf2iQ333FLGQLnfuM2YSyZLwCoNEIAA+Gc9or UuNabdAdbasFvp/TqO/BblqT5pN3euyZDRPRZS4Iw4nZHmZCLNbaTUA1swSCPFCPZfmR QukQ== X-Received: by 10.66.122.40 with SMTP id lp8mr23890253pab.82.1385331001346; Sun, 24 Nov 2013 14:10:01 -0800 (PST) Received: from [192.168.20.5] (c-50-181-163-89.hsd1.wa.comcast.net. [50.181.163.89]) by mx.google.com with ESMTPSA id kd1sm77594018pab.20.2013.11.24.14.10.00 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 24 Nov 2013 14:10:00 -0800 (PST) From: Garrett Cooper Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Adding new "test interfaces" to work with Kyua? Date: Sun, 24 Nov 2013 14:09:59 -0800 Message-Id: <82E5F5E2-EA2C-46D2-9068-C419A834686C@gmail.com> To: Julio Merino Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) X-Mailer: Apple Mail (2.1822) Cc: freebsd-testing@FreeBSD.org X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 22:10:01 -0000 Trying to reconcile my diffs and get things sane again, I = realize that due to refactoring (and especially after I installed = devel/kyua) that prove.test.mk no longer functions for me off my branch. = Are there directions for how I can program in a new test interface so I = can integrate prove testing into Kyua? Thanks! -Garrett=