Lines Matching refs:atf
2 # Automated Testing Framework (atf)
30 libatf_c_la_SOURCES += atf-c/detail/dynstr.c \
31 atf-c/detail/dynstr.h \
32 atf-c/detail/env.c \
33 atf-c/detail/env.h \
34 atf-c/detail/fs.c \
35 atf-c/detail/fs.h \
36 atf-c/detail/list.c \
37 atf-c/detail/list.h \
38 atf-c/detail/map.c \
39 atf-c/detail/map.h \
40 atf-c/detail/process.c \
41 atf-c/detail/process.h \
42 atf-c/detail/sanity.c \
43 atf-c/detail/sanity.h \
44 atf-c/detail/text.c \
45 atf-c/detail/text.h \
46 atf-c/detail/tp_main.c \
47 atf-c/detail/user.c \
48 atf-c/detail/user.h
50 tests_atf_c_detail_DATA = atf-c/detail/Atffile \
51 atf-c/detail/Kyuafile
52 tests_atf_c_detaildir = $(pkgtestsdir)/atf-c/detail
55 noinst_LTLIBRARIES += atf-c/detail/libtest_helpers.la
56 atf_c_detail_libtest_helpers_la_SOURCES = atf-c/detail/test_helpers.c \
57 atf-c/detail/test_helpers.h
58 atf_c_detail_libtest_helpers_la_CPPFLAGS = -I$(srcdir)/atf-c
60 tests_atf_c_detail_PROGRAMS = atf-c/detail/dynstr_test
61 atf_c_detail_dynstr_test_SOURCES = atf-c/detail/dynstr_test.c
62 atf_c_detail_dynstr_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
64 tests_atf_c_detail_PROGRAMS += atf-c/detail/env_test
65 atf_c_detail_env_test_SOURCES = atf-c/detail/env_test.c
66 atf_c_detail_env_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
68 tests_atf_c_detail_PROGRAMS += atf-c/detail/fs_test
69 atf_c_detail_fs_test_SOURCES = atf-c/detail/fs_test.c
70 atf_c_detail_fs_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
72 tests_atf_c_detail_PROGRAMS += atf-c/detail/list_test
73 atf_c_detail_list_test_SOURCES = atf-c/detail/list_test.c
74 atf_c_detail_list_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
76 tests_atf_c_detail_PROGRAMS += atf-c/detail/map_test
77 atf_c_detail_map_test_SOURCES = atf-c/detail/map_test.c
78 atf_c_detail_map_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
80 tests_atf_c_detail_PROGRAMS += atf-c/detail/process_helpers
81 atf_c_detail_process_helpers_SOURCES = atf-c/detail/process_helpers.c
83 tests_atf_c_detail_PROGRAMS += atf-c/detail/process_test
84 atf_c_detail_process_test_SOURCES = atf-c/detail/process_test.c
85 atf_c_detail_process_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
87 tests_atf_c_detail_PROGRAMS += atf-c/detail/sanity_test
88 atf_c_detail_sanity_test_SOURCES = atf-c/detail/sanity_test.c
89 atf_c_detail_sanity_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
91 tests_atf_c_detail_PROGRAMS += atf-c/detail/text_test
92 atf_c_detail_text_test_SOURCES = atf-c/detail/text_test.c
93 atf_c_detail_text_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
95 tests_atf_c_detail_PROGRAMS += atf-c/detail/user_test
96 atf_c_detail_user_test_SOURCES = atf-c/detail/user_test.c
97 atf_c_detail_user_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la