Module Name: src
Committed By: pooka
Date: Sat Jun 19 10:20:21 UTC 2010
Modified Files:
src/external/bsd/atf/tests/atf/atf-report: Makefile
Log Message:
Remember to commit the change to compile h_xfail...
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/atf/tests/atf/atf-report/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/atf/tests/atf/atf-report/Makefile
diff -u src/external/bsd/atf/tests/atf/atf-report/Makefile:1.1 src/external/bsd/atf/tests/atf/atf-report/Makefile:1.2
--- src/external/bsd/atf/tests/atf/atf-report/Makefile:1.1 Sat May 8 08:12:34 2010
+++ src/external/bsd/atf/tests/atf/atf-report/Makefile Sat Jun 19 10:20:21 2010
@@ -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 <bsd.own.mk>
@@ -10,6 +10,7 @@
TESTS_CXX= h_fail
TESTS_CXX+= h_misc
TESTS_CXX+= h_pass
+TESTS_CXX+= h_xfail
TESTS_SH= t_integration
.include <bsd.test.mk>