Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libcurses It's ATFFILE=no, not NOATFFILE=true. Th...
details: https://anonhg.NetBSD.org/src/rev/f0955729f487
branches: trunk
changeset: 769410:f0955729f487
user: jmmv <jmmv%NetBSD.org@localhost>
date: Thu Sep 08 18:44:38 2011 +0000
description:
It's ATFFILE=no, not NOATFFILE=true. This fixes the contents of the
installed Atffile, and allows the tests to actually run.
diffstat:
tests/lib/libcurses/check_files/Makefile | 4 ++--
tests/lib/libcurses/director/Makefile | 2 +-
tests/lib/libcurses/slave/Makefile | 4 ++--
tests/lib/libcurses/tests/Makefile | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diffs (58 lines):
diff -r 6f8f12e6dc77 -r f0955729f487 tests/lib/libcurses/check_files/Makefile
--- a/tests/lib/libcurses/check_files/Makefile Thu Sep 08 18:27:01 2011 +0000
+++ b/tests/lib/libcurses/check_files/Makefile Thu Sep 08 18:44:38 2011 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2011/04/10 09:55:09 blymn Exp $
+# $NetBSD: Makefile,v 1.2 2011/09/08 18:44:38 jmmv Exp $
NOMAN= # defined
.include <bsd.own.mk>
-NOATFFILE= true
+ATFFILE= no
TESTSDIR= ${TESTSBASE}/lib/libcurses
diff -r 6f8f12e6dc77 -r f0955729f487 tests/lib/libcurses/director/Makefile
--- a/tests/lib/libcurses/director/Makefile Thu Sep 08 18:27:01 2011 +0000
+++ b/tests/lib/libcurses/director/Makefile Thu Sep 08 18:44:38 2011 +0000
@@ -2,7 +2,7 @@
#
.include <bsd.own.mk>
-NOATFFILE= true
+ATFFILE= no
TESTSDIR= ${TESTSBASE}/lib/libcurses
TESTS_C+= director
diff -r 6f8f12e6dc77 -r f0955729f487 tests/lib/libcurses/slave/Makefile
--- a/tests/lib/libcurses/slave/Makefile Thu Sep 08 18:27:01 2011 +0000
+++ b/tests/lib/libcurses/slave/Makefile Thu Sep 08 18:44:38 2011 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2011/08/17 16:57:13 christos Exp $
+# $NetBSD: Makefile,v 1.6 2011/09/08 18:44:38 jmmv Exp $
#
.include <bsd.own.mk>
-NOATFFILE= true
+ATFFILE= no
TESTSDIR= ${TESTSBASE}/lib/libcurses
TESTS_C+= slave
diff -r 6f8f12e6dc77 -r f0955729f487 tests/lib/libcurses/tests/Makefile
--- a/tests/lib/libcurses/tests/Makefile Thu Sep 08 18:27:01 2011 +0000
+++ b/tests/lib/libcurses/tests/Makefile Thu Sep 08 18:44:38 2011 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2011/04/10 09:55:10 blymn Exp $
+# $NetBSD: Makefile,v 1.2 2011/09/08 18:44:38 jmmv Exp $
NOMAN= # defined
.include <bsd.own.mk>
-NOATFFILE= true
+ATFFILE= no
TESTSDIR= ${TESTSBASE}/lib/libcurses
Home |
Main Index |
Thread Index |
Old Index