From e3e8a399cf66f27387bc343a48a295d640a4c9f7 Mon Sep 17 00:00:00 2001 From: pooka Date: Sat, 19 Jun 2010 10:20:21 +0000 Subject: [PATCH] Remember to commit the change to compile h_xfail... --- external/bsd/atf/tests/atf/atf-report/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/external/bsd/atf/tests/atf/atf-report/Makefile b/external/bsd/atf/tests/atf/atf-report/Makefile index 4ebc0233818d..9f2ae74cb7e6 100644 --- a/external/bsd/atf/tests/atf/atf-report/Makefile +++ b/external/bsd/atf/tests/atf/atf-report/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2010/05/08 08:12:34 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2010/06/19 10:20:21 pooka Exp $ .include @@ -10,6 +10,7 @@ SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist TESTS_CXX= h_fail TESTS_CXX+= h_misc TESTS_CXX+= h_pass +TESTS_CXX+= h_xfail TESTS_SH= t_integration .include