aboutsummaryrefslogtreecommitdiff
path: root/atf-c++
diff options
context:
space:
mode:
Diffstat (limited to 'atf-c++')
-rw-r--r--atf-c++/Atffile14
-rw-r--r--atf-c++/Makefile.am.inc3
-rw-r--r--atf-c++/detail/Atffile11
-rw-r--r--atf-c++/detail/Makefile.am.inc3
4 files changed, 2 insertions, 29 deletions
diff --git a/atf-c++/Atffile b/atf-c++/Atffile
deleted file mode 100644
index ba11f2181cf2..000000000000
--- a/atf-c++/Atffile
+++ /dev/null
@@ -1,14 +0,0 @@
-Content-Type: application/X-atf-atffile; version="1"
-
-prop: test-suite = atf
-
-tp: detail
-
-tp: atf_c++_test
-tp: build_test
-tp: check_test
-tp: config_test
-tp: macros_test
-tp: pkg_config_test
-tp: tests_test
-tp: utils_test
diff --git a/atf-c++/Makefile.am.inc b/atf-c++/Makefile.am.inc
index cfe70695dd16..e4b377eeedca 100644
--- a/atf-c++/Makefile.am.inc
+++ b/atf-c++/Makefile.am.inc
@@ -71,8 +71,7 @@ atf-c++/atf-c++.pc: $(srcdir)/atf-c++/atf-c++.pc.in Makefile
<$(srcdir)/atf-c++/atf-c++.pc.in >atf-c++/atf-c++.pc.tmp
mv atf-c++/atf-c++.pc.tmp atf-c++/atf-c++.pc
-tests_atf_c___DATA = atf-c++/Atffile \
- atf-c++/Kyuafile \
+tests_atf_c___DATA = atf-c++/Kyuafile \
atf-c++/macros_hpp_test.cpp \
atf-c++/unused_test.cpp
tests_atf_c__dir = $(pkgtestsdir)/atf-c++
diff --git a/atf-c++/detail/Atffile b/atf-c++/detail/Atffile
deleted file mode 100644
index 75adc690b65b..000000000000
--- a/atf-c++/detail/Atffile
+++ /dev/null
@@ -1,11 +0,0 @@
-Content-Type: application/X-atf-atffile; version="1"
-
-prop: test-suite = atf
-
-tp: application_test
-tp: auto_array_test
-tp: env_test
-tp: exceptions_test
-tp: fs_test
-tp: sanity_test
-tp: text_test
diff --git a/atf-c++/detail/Makefile.am.inc b/atf-c++/detail/Makefile.am.inc
index ce8701fcc221..7bcd11b99acf 100644
--- a/atf-c++/detail/Makefile.am.inc
+++ b/atf-c++/detail/Makefile.am.inc
@@ -42,8 +42,7 @@ libatf_c___la_SOURCES += atf-c++/detail/application.cpp \
atf-c++/detail/text.cpp \
atf-c++/detail/text.hpp
-tests_atf_c___detail_DATA = atf-c++/detail/Atffile \
- atf-c++/detail/Kyuafile
+tests_atf_c___detail_DATA = atf-c++/detail/Kyuafile
tests_atf_c___detaildir = $(pkgtestsdir)/atf-c++/detail
EXTRA_DIST += $(tests_atf_c___detail_DATA)