Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/atf Update reachover Makefiles for atf 0.17.
details: https://anonhg.NetBSD.org/src/rev/e3a5558c5fe7
branches: trunk
changeset: 784961:e3a5558c5fe7
user: jmmv <jmmv%NetBSD.org@localhost>
date: Fri Feb 15 17:08:34 2013 +0000
description:
Update reachover Makefiles for atf 0.17.
diffstat:
external/bsd/atf/lib/libatf-c++/Makefile | 6 ++++--
external/bsd/atf/lib/libatf-c/bconfig.h | 8 ++++----
external/bsd/atf/tests/atf/atf-c++/detail/Makefile | 3 ++-
external/bsd/atf/tests/atf/atf-c/detail/Makefile | 3 +--
external/bsd/atf/tests/atf/test-programs/Makefile | 5 ++---
5 files changed, 13 insertions(+), 12 deletions(-)
diffs (112 lines):
diff -r 931cd45d3af0 -r e3a5558c5fe7 external/bsd/atf/lib/libatf-c++/Makefile
--- a/external/bsd/atf/lib/libatf-c++/Makefile Fri Feb 15 17:07:59 2013 +0000
+++ b/external/bsd/atf/lib/libatf-c++/Makefile Fri Feb 15 17:08:34 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/07/15 00:05:51 abs Exp $
+# $NetBSD: Makefile,v 1.17 2013/02/15 17:08:35 jmmv Exp $
NOLINT= # defined
@@ -40,12 +40,14 @@
process.cpp \
tests.cpp \
text.cpp \
- ui.cpp
+ ui.cpp \
+ utils.cpp
INCS= build.hpp \
check.hpp \
config.hpp \
macros.hpp \
+ noncopyable.hpp \
tests.hpp \
utils.hpp
INCSDIR= /usr/include/atf-c++
diff -r 931cd45d3af0 -r e3a5558c5fe7 external/bsd/atf/lib/libatf-c/bconfig.h
--- a/external/bsd/atf/lib/libatf-c/bconfig.h Fri Feb 15 17:07:59 2013 +0000
+++ b/external/bsd/atf/lib/libatf-c/bconfig.h Fri Feb 15 17:08:34 2013 +0000
@@ -23,7 +23,7 @@
#define HAVE_MEMORY_H 1
/* Define to 1 if getopt has optreset */
-/* #undef HAVE_OPTRESET */
+#define HAVE_OPTRESET 1
/* Define to 1 if you have the `putenv' function. */
#define HAVE_PUTENV 1
@@ -96,7 +96,7 @@
#define PACKAGE_NAME "Automated Testing Framework"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Automated Testing Framework 0.16"
+#define PACKAGE_STRING "Automated Testing Framework 0.17"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "atf"
@@ -105,10 +105,10 @@
#define PACKAGE_URL "http://code.google.com/p/kyua/wiki/ATF"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.16"
+#define PACKAGE_VERSION "0.17"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "0.16"
+#define VERSION "0.17"
diff -r 931cd45d3af0 -r e3a5558c5fe7 external/bsd/atf/tests/atf/atf-c++/detail/Makefile
--- a/external/bsd/atf/tests/atf/atf-c++/detail/Makefile Fri Feb 15 17:07:59 2013 +0000
+++ b/external/bsd/atf/tests/atf/atf-c++/detail/Makefile Fri Feb 15 17:08:34 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2010/10/20 09:20:11 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2013/02/15 17:08:35 jmmv Exp $
.include <bsd.own.mk>
@@ -13,6 +13,7 @@
TESTS_CXX=
.for test in application_test \
+ auto_array_test \
env_test \
exceptions_test \
expand_test \
diff -r 931cd45d3af0 -r e3a5558c5fe7 external/bsd/atf/tests/atf/atf-c/detail/Makefile
--- a/external/bsd/atf/tests/atf/atf-c/detail/Makefile Fri Feb 15 17:07:59 2013 +0000
+++ b/external/bsd/atf/tests/atf/atf-c/detail/Makefile Fri Feb 15 17:08:34 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/08/10 17:12:11 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2013/02/15 17:08:35 jmmv Exp $
.include <bsd.own.mk>
@@ -24,7 +24,6 @@
map_test \
process_test \
sanity_test \
- test_helpers_test \
text_test \
user_test
TESTS_C+= ${test}
diff -r 931cd45d3af0 -r e3a5558c5fe7 external/bsd/atf/tests/atf/test-programs/Makefile
--- a/external/bsd/atf/tests/atf/test-programs/Makefile Fri Feb 15 17:07:59 2013 +0000
+++ b/external/bsd/atf/tests/atf/test-programs/Makefile Fri Feb 15 17:08:34 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/07/13 21:12:39 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2013/02/15 17:08:35 jmmv Exp $
.include <bsd.own.mk>
@@ -16,8 +16,7 @@
TESTS_CXX= cpp_helpers
TESTS_SH= sh_helpers
-.for t in config_test expect_test fork_test meta_data_test result_test \
- srcdir_test
+.for t in config_test expect_test meta_data_test result_test srcdir_test
TESTS_SH+= ${t}
TESTS_SH_SRC_${t}= common.sh ${t}.sh
.endfor
Home |
Main Index |
Thread Index |
Old Index