summaryrefslogtreecommitdiffstats
path: root/lib/atf
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2013-11-17 23:51:19 +0000
committerjmmv <jmmv@FreeBSD.org>2013-11-17 23:51:19 +0000
commit8c7e11817a76331c10afb89d609a304c49dd588b (patch)
treee69b0ffecc81ada4e0d39442aa0f39a4abc93806 /lib/atf
parenta21ab9564f9972a893699a0178df90fd60e11b47 (diff)
parentb849e3606cf0dc725ff02712cd92907131c0188c (diff)
downloadFreeBSD-src-8c7e11817a76331c10afb89d609a304c49dd588b.zip
FreeBSD-src-8c7e11817a76331c10afb89d609a304c49dd588b.tar.gz
MFV: Import atf-0.18.
Approved by: rpaulo (mentor)
Diffstat (limited to 'lib/atf')
-rw-r--r--lib/atf/libatf-c++/Makefile4
-rw-r--r--lib/atf/libatf-c/tests/Makefile1
-rw-r--r--lib/atf/tests/test-programs/Makefile2
3 files changed, 4 insertions, 3 deletions
diff --git a/lib/atf/libatf-c++/Makefile b/lib/atf/libatf-c++/Makefile
index 96f620b..f1d9dcf 100644
--- a/lib/atf/libatf-c++/Makefile
+++ b/lib/atf/libatf-c++/Makefile
@@ -59,12 +59,14 @@ SRCS= application.cpp \
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= ${INCLUDEDIR}/atf-c++
diff --git a/lib/atf/libatf-c/tests/Makefile b/lib/atf/libatf-c/tests/Makefile
index 856c3d7..0d13d9c 100644
--- a/lib/atf/libatf-c/tests/Makefile
+++ b/lib/atf/libatf-c/tests/Makefile
@@ -47,7 +47,6 @@ ATF_TESTS_SH= pkg_config_test
map_test \
process_test \
sanity_test \
- test_helpers_test \
text_test \
user_test
ATF_TESTS_C+= ${_T}
diff --git a/lib/atf/tests/test-programs/Makefile b/lib/atf/tests/test-programs/Makefile
index f1ba9f5..8ff3333 100644
--- a/lib/atf/tests/test-programs/Makefile
+++ b/lib/atf/tests/test-programs/Makefile
@@ -16,7 +16,7 @@ ATF_TESTS_CXX= cpp_helpers
SRCS.cpp_helpers= cpp_helpers.cpp
ATF_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
ATF_TESTS_SH+= ${_T}
ATF_TESTS_SH_SRC_${_T}= common.sh ${_T}.sh
.endfor
OpenPOWER on IntegriCloud