Lines Matching refs:detail

26 libatf_c___la_SOURCES += atf-c++/detail/application.cpp \
27 atf-c++/detail/application.hpp \
28 atf-c++/detail/auto_array.hpp \
29 atf-c++/detail/env.cpp \
30 atf-c++/detail/env.hpp \
31 atf-c++/detail/exceptions.cpp \
32 atf-c++/detail/exceptions.hpp \
33 atf-c++/detail/fs.cpp \
34 atf-c++/detail/fs.hpp \
35 atf-c++/detail/process.cpp \
36 atf-c++/detail/process.hpp \
37 atf-c++/detail/sanity.hpp \
38 atf-c++/detail/text.cpp \
39 atf-c++/detail/text.hpp
41 tests_atf_c___detail_DATA = atf-c++/detail/Atffile \
42 atf-c++/detail/Kyuafile
43 tests_atf_c___detaildir = $(pkgtestsdir)/atf-c++/detail
46 noinst_LTLIBRARIES += atf-c++/detail/libtest_helpers.la
47 atf_c___detail_libtest_helpers_la_SOURCES = atf-c++/detail/test_helpers.cpp \
48 atf-c++/detail/test_helpers.hpp
51 tests_atf_c___detail_PROGRAMS = atf-c++/detail/application_test
52 atf_c___detail_application_test_SOURCES = atf-c++/detail/application_test.cpp
53 atf_c___detail_application_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
55 tests_atf_c___detail_PROGRAMS += atf-c++/detail/auto_array_test
56 atf_c___detail_auto_array_test_SOURCES = atf-c++/detail/auto_array_test.cpp
57 atf_c___detail_auto_array_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
59 tests_atf_c___detail_PROGRAMS += atf-c++/detail/env_test
60 atf_c___detail_env_test_SOURCES = atf-c++/detail/env_test.cpp
61 atf_c___detail_env_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
63 tests_atf_c___detail_PROGRAMS += atf-c++/detail/exceptions_test
64 atf_c___detail_exceptions_test_SOURCES = atf-c++/detail/exceptions_test.cpp
65 atf_c___detail_exceptions_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
67 tests_atf_c___detail_PROGRAMS += atf-c++/detail/fs_test
68 atf_c___detail_fs_test_SOURCES = atf-c++/detail/fs_test.cpp
69 atf_c___detail_fs_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
71 tests_atf_c___detail_PROGRAMS += atf-c++/detail/process_test
72 atf_c___detail_process_test_SOURCES = atf-c++/detail/process_test.cpp
73 atf_c___detail_process_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
75 tests_atf_c___detail_PROGRAMS += atf-c++/detail/text_test
76 atf_c___detail_text_test_SOURCES = atf-c++/detail/text_test.cpp
77 atf_c___detail_text_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
79 tests_atf_c___detail_PROGRAMS += atf-c++/detail/version_helper
80 atf_c___detail_version_helper_SOURCES = atf-c++/detail/version_helper.cpp