Lines Matching refs:atf
2 # Automated Testing Framework (atf)
30 bin_PROGRAMS += atf-report/atf-report
31 atf_report_atf_report_SOURCES = atf-report/atf-report.cpp \
32 atf-report/reader.cpp \
33 atf-report/reader.hpp
35 dist_man_MANS += atf-report/atf-report.1
38 css_DATA = atf-report/tests-results.css
42 dtd_DATA = atf-report/tests-results.dtd
46 xsl_DATA = atf-report/tests-results.xsl
49 tests_atf_report_DATA = atf-report/Atffile \
50 atf-report/Kyuafile
51 tests_atf_reportdir = $(pkgtestsdir)/atf-report
54 tests_atf_report_PROGRAMS = atf-report/fail_helper
55 atf_report_fail_helper_SOURCES = atf-report/fail_helper.cpp
58 tests_atf_report_PROGRAMS += atf-report/misc_helpers
59 atf_report_misc_helpers_SOURCES = atf-report/misc_helpers.cpp
62 tests_atf_report_PROGRAMS += atf-report/pass_helper
63 atf_report_pass_helper_SOURCES = atf-report/pass_helper.cpp
66 tests_atf_report_SCRIPTS = atf-report/integration_test
67 CLEANFILES += atf-report/integration_test
68 EXTRA_DIST += atf-report/integration_test.sh
69 atf-report/integration_test: $(srcdir)/atf-report/integration_test.sh
70 test -d atf-report || mkdir -p atf-report
71 @src="$(srcdir)/atf-report/integration_test.sh"; \
72 dst="atf-report/integration_test"; $(BUILD_SH_TP)
74 tests_atf_report_PROGRAMS += atf-report/reader_test
75 atf_report_reader_test_SOURCES = atf-report/reader_test.cpp \
76 atf-report/reader.cpp
77 atf_report_reader_test_CPPFLAGS = -I$(srcdir)/atf-c++/detail
78 atf_report_reader_test_LDADD = atf-c++/detail/libtest_helpers.la $(ATF_CXX_LIBS)