aboutsummaryrefslogtreecommitdiff
path: root/lib/atf
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2013-11-17 23:51:19 +0000
committerJulio Merino <jmmv@FreeBSD.org>2013-11-17 23:51:19 +0000
commita18eacbefdfa1085ca3db829e86ece78cd416493 (patch)
treee69b0ffecc81ada4e0d39442aa0f39a4abc93806 /lib/atf
parenteb11fc3cf3407c857d6588809987d5ca373c1d39 (diff)
parentbf351e294647b19b2abb7e59344e619866206e71 (diff)
Notes
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 96f620b9deeed..f1d9dcfb11151 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 856c3d75bd01c..0d13d9ce50dc0 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 f1ba9f59534a8..8ff33332b6ff8 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