From 294479c109be5bb4dafe8e28a01774cb77357566 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 9 Jun 2009 11:26:34 -1000 Subject: Add Makefile.am files for tests/ --- tests/Makefile.am | 24 ++++++++++++++++++++++++ tests/storage/Makefile.am | 24 ++++++++++++++++++++++++ tests/storage/devicelibs/Makefile.am | 22 ++++++++++++++++++++++ 3 files changed, 70 insertions(+) create mode 100644 tests/Makefile.am create mode 100644 tests/storage/Makefile.am create mode 100644 tests/storage/devicelibs/Makefile.am (limited to 'tests') 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 . +# +# Author: David Cantrell + +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 . +# +# Author: David Cantrell + +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 . +# +# Author: David Cantrell + +EXTRA_DIST = *.py + +MAINTAINERCLEANFILES = Makefile.in -- cgit