Lines Matching refs:detail
30 libatf_c___la_SOURCES += atf-c++/detail/application.cpp \
31 atf-c++/detail/application.hpp \
32 atf-c++/detail/auto_array.hpp \
33 atf-c++/detail/env.cpp \
34 atf-c++/detail/env.hpp \
35 atf-c++/detail/exceptions.cpp \
36 atf-c++/detail/exceptions.hpp \
37 atf-c++/detail/expand.cpp \
38 atf-c++/detail/expand.hpp \
39 atf-c++/detail/fs.cpp \
40 atf-c++/detail/fs.hpp \
41 atf-c++/detail/parser.cpp \
42 atf-c++/detail/parser.hpp \
43 atf-c++/detail/process.cpp \
44 atf-c++/detail/process.hpp \
45 atf-c++/detail/sanity.hpp \
46 atf-c++/detail/text.cpp \
47 atf-c++/detail/text.hpp \
48 atf-c++/detail/ui.cpp \
49 atf-c++/detail/ui.hpp
51 tests_atf_c___detail_DATA = atf-c++/detail/Atffile \
52 atf-c++/detail/Kyuafile
53 tests_atf_c___detaildir = $(pkgtestsdir)/atf-c++/detail
56 noinst_LTLIBRARIES += atf-c++/detail/libtest_helpers.la
57 atf_c___detail_libtest_helpers_la_SOURCES = atf-c++/detail/test_helpers.cpp \
58 atf-c++/detail/test_helpers.hpp
60 tests_atf_c___detail_PROGRAMS = atf-c++/detail/application_test
61 atf_c___detail_application_test_SOURCES = atf-c++/detail/application_test.cpp
62 atf_c___detail_application_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
64 tests_atf_c___detail_PROGRAMS += atf-c++/detail/auto_array_test
65 atf_c___detail_auto_array_test_SOURCES = atf-c++/detail/auto_array_test.cpp
66 atf_c___detail_auto_array_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
68 tests_atf_c___detail_PROGRAMS += atf-c++/detail/env_test
69 atf_c___detail_env_test_SOURCES = atf-c++/detail/env_test.cpp
70 atf_c___detail_env_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
72 tests_atf_c___detail_PROGRAMS += atf-c++/detail/exceptions_test
73 atf_c___detail_exceptions_test_SOURCES = atf-c++/detail/exceptions_test.cpp
74 atf_c___detail_exceptions_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
76 tests_atf_c___detail_PROGRAMS += atf-c++/detail/expand_test
77 atf_c___detail_expand_test_SOURCES = atf-c++/detail/expand_test.cpp
78 atf_c___detail_expand_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
80 tests_atf_c___detail_PROGRAMS += atf-c++/detail/fs_test
81 atf_c___detail_fs_test_SOURCES = atf-c++/detail/fs_test.cpp
82 atf_c___detail_fs_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
84 tests_atf_c___detail_PROGRAMS += atf-c++/detail/parser_test
85 atf_c___detail_parser_test_SOURCES = atf-c++/detail/parser_test.cpp
86 atf_c___detail_parser_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
88 tests_atf_c___detail_PROGRAMS += atf-c++/detail/process_test
89 atf_c___detail_process_test_SOURCES = atf-c++/detail/process_test.cpp
90 atf_c___detail_process_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
92 tests_atf_c___detail_PROGRAMS += atf-c++/detail/sanity_test
93 atf_c___detail_sanity_test_SOURCES = atf-c++/detail/sanity_test.cpp
94 atf_c___detail_sanity_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
96 tests_atf_c___detail_PROGRAMS += atf-c++/detail/text_test
97 atf_c___detail_text_test_SOURCES = atf-c++/detail/text_test.cpp
98 atf_c___detail_text_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)
100 tests_atf_c___detail_PROGRAMS += atf-c++/detail/ui_test
101 atf_c___detail_ui_test_SOURCES = atf-c++/detail/ui_test.cpp
102 atf_c___detail_ui_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)