summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-06-09 11:26:34 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-06-09 12:26:54 -1000
commit294479c109be5bb4dafe8e28a01774cb77357566 (patch)
treeb27516a74a4b0f4cfdd0ea620f50bdc055bf47d6 /tests
parent4c9394f4cc7c3227c586a6462e976361624bb5e3 (diff)
downloadanaconda-294479c109be5bb4dafe8e28a01774cb77357566.tar.gz
anaconda-294479c109be5bb4dafe8e28a01774cb77357566.tar.xz
anaconda-294479c109be5bb4dafe8e28a01774cb77357566.zip
Add Makefile.am files for tests/
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am24
-rw-r--r--tests/storage/Makefile.am24
-rw-r--r--tests/storage/devicelibs/Makefile.am22
3 files changed, 70 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644
index 000000000..062b93170
--- /dev/null
+++ b/tests/Makefile.am
@@ -0,0 +1,24 @@
+# tests/Makefile.am for anaconda
+#
+# Copyright (C) 2009 Red Hat, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation; either version 2.1 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Author: David Cantrell <dcantrell@redhat.com>
+
+SUBDIRS = storage
+
+EXTRA_DIST = *.py
+
+MAINTAINERCLEANFILES = Makefile.in
diff --git a/tests/storage/Makefile.am b/tests/storage/Makefile.am
new file mode 100644
index 000000000..e3e520caa
--- /dev/null
+++ b/tests/storage/Makefile.am
@@ -0,0 +1,24 @@
+# tests/storage/Makefile.am for anaconda
+#
+# Copyright (C) 2009 Red Hat, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation; either version 2.1 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Author: David Cantrell <dcantrell@redhat.com>
+
+SUBDIRS = devicelibs
+
+EXTRA_DIST = *.py
+
+MAINTAINERCLEANFILES = Makefile.in
diff --git a/tests/storage/devicelibs/Makefile.am b/tests/storage/devicelibs/Makefile.am
new file mode 100644
index 000000000..eeeabbdc4
--- /dev/null
+++ b/tests/storage/devicelibs/Makefile.am
@@ -0,0 +1,22 @@
+# tests/storage/devicelibs/Makefile.am for anaconda
+#
+# Copyright (C) 2009 Red Hat, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation; either version 2.1 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Author: David Cantrell <dcantrell@redhat.com>
+
+EXTRA_DIST = *.py
+
+MAINTAINERCLEANFILES = Makefile.in