Lines Matching refs:atf

26 libatf_c_la_SOURCES += atf-c/detail/dynstr.c \
27 atf-c/detail/dynstr.h \
28 atf-c/detail/env.c \
29 atf-c/detail/env.h \
30 atf-c/detail/fs.c \
31 atf-c/detail/fs.h \
32 atf-c/detail/list.c \
33 atf-c/detail/list.h \
34 atf-c/detail/map.c \
35 atf-c/detail/map.h \
36 atf-c/detail/process.c \
37 atf-c/detail/process.h \
38 atf-c/detail/sanity.c \
39 atf-c/detail/sanity.h \
40 atf-c/detail/text.c \
41 atf-c/detail/text.h \
42 atf-c/detail/tp_main.c \
43 atf-c/detail/user.c \
44 atf-c/detail/user.h
46 tests_atf_c_detail_DATA = atf-c/detail/Atffile \
47 atf-c/detail/Kyuafile
48 tests_atf_c_detaildir = $(pkgtestsdir)/atf-c/detail
51 noinst_LTLIBRARIES += atf-c/detail/libtest_helpers.la
52 atf_c_detail_libtest_helpers_la_SOURCES = atf-c/detail/test_helpers.c \
53 atf-c/detail/test_helpers.h
54 atf_c_detail_libtest_helpers_la_CPPFLAGS = -I$(srcdir)/atf-c \
57 tests_atf_c_detail_PROGRAMS = atf-c/detail/dynstr_test
58 atf_c_detail_dynstr_test_SOURCES = atf-c/detail/dynstr_test.c
59 atf_c_detail_dynstr_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
61 tests_atf_c_detail_PROGRAMS += atf-c/detail/env_test
62 atf_c_detail_env_test_SOURCES = atf-c/detail/env_test.c
63 atf_c_detail_env_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
65 tests_atf_c_detail_PROGRAMS += atf-c/detail/fs_test
66 atf_c_detail_fs_test_SOURCES = atf-c/detail/fs_test.c
67 atf_c_detail_fs_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
69 tests_atf_c_detail_PROGRAMS += atf-c/detail/list_test
70 atf_c_detail_list_test_SOURCES = atf-c/detail/list_test.c
71 atf_c_detail_list_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
73 tests_atf_c_detail_PROGRAMS += atf-c/detail/map_test
74 atf_c_detail_map_test_SOURCES = atf-c/detail/map_test.c
75 atf_c_detail_map_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
77 tests_atf_c_detail_PROGRAMS += atf-c/detail/process_helpers
78 atf_c_detail_process_helpers_SOURCES = atf-c/detail/process_helpers.c
80 tests_atf_c_detail_PROGRAMS += atf-c/detail/process_test
81 atf_c_detail_process_test_SOURCES = atf-c/detail/process_test.c
82 atf_c_detail_process_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
84 tests_atf_c_detail_PROGRAMS += atf-c/detail/sanity_test
85 atf_c_detail_sanity_test_SOURCES = atf-c/detail/sanity_test.c
86 atf_c_detail_sanity_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
88 tests_atf_c_detail_PROGRAMS += atf-c/detail/text_test
89 atf_c_detail_text_test_SOURCES = atf-c/detail/text_test.c
90 atf_c_detail_text_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
92 tests_atf_c_detail_PROGRAMS += atf-c/detail/user_test
93 atf_c_detail_user_test_SOURCES = atf-c/detail/user_test.c
94 atf_c_detail_user_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
96 tests_atf_c_detail_PROGRAMS += atf-c/detail/version_helper
97 atf_c_detail_version_helper_SOURCES = atf-c/detail/version_helper.c