* tests/tests.mk, * tests/tests-recursive.mk: Here. Help Emacs find out the nature of these files. --- milena/ChangeLog | 9 +++++++++ milena/tests/tests-recursive.mk | 36 ++++++++++++++++++------------------ milena/tests/tests.mk | 36 ++++++++++++++++++++---------------- 3 files changed, 47 insertions(+), 34 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 2c40c47..608d1cd 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,3 +1,12 @@ +2010-03-15 Roland Levillain <roland@lrde.epita.fr> + + Aesthetic changes. + + * tests/tests.mk, + * tests/tests-recursive.mk: + Here. + Help Emacs find out the nature of these files. + 2010-03-02 Roland Levillain <roland@lrde.epita.fr> Regen Milena's Makefile helpers. diff --git a/milena/tests/tests-recursive.mk b/milena/tests/tests-recursive.mk index 0cd6375..1a2227e 100644 --- a/milena/tests/tests-recursive.mk +++ b/milena/tests/tests-recursive.mk @@ -1,23 +1,23 @@ -# tests-recursive.mk -*- Automake -*- +## tests-recursive.mk -*- Makefile-Automake -*- -# Copyright (C) 2008, 2009 EPITA Research and Development Laboratory -# (LRDE) -# -# This file is part of Olena. -# -# Olena is free software: you can redistribute it and/or modify it under -# the terms of the GNU General Public License as published by the Free -# Software Foundation, version 2 of the License. -# -# Olena 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 -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Olena. If not, see <http://www.gnu.org/licenses/>. +## Compile tests recursively, but don't run them. -# Compile tests recursively, but don't run them. +## Copyright (C) 2008, 2009 EPITA Research and Development Laboratory +## (LRDE) +## +## This file is part of Olena. +## +## Olena is free software: you can redistribute it and/or modify it under +## the terms of the GNU General Public License as published by the Free +## Software Foundation, version 2 of the License. +## +## Olena 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 +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with Olena. If not, see <http://www.gnu.org/licenses/>. include $(top_srcdir)/build-aux/extra-recursive-targets.mk diff --git a/milena/tests/tests.mk b/milena/tests/tests.mk index 9ca0803..85ee5d5 100644 --- a/milena/tests/tests.mk +++ b/milena/tests/tests.mk @@ -1,19 +1,23 @@ -## -*- Automake -*- -# Copyright (C) 2007, 2008, 2009 EPITA Research and Development Laboratory (LRDE) -# -# This file is part of Olena. -# -# Olena is free software: you can redistribute it and/or modify it under -# the terms of the GNU General Public License as published by the Free -# Software Foundation, version 2 of the License. -# -# Olena 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 -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Olena. If not, see <http://www.gnu.org/licenses/>. +## tests.mk -*- Makefile-Automake -*- + +## Shared configuration for tests. + +## Copyright (C) 2007, 2008, 2009 EPITA Research and Development +## Laboratory (LRDE) +## +## This file is part of Olena. +## +## Olena is free software: you can redistribute it and/or modify it under +## the terms of the GNU General Public License as published by the Free +## Software Foundation, version 2 of the License. +## +## Olena 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 +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with Olena. If not, see <http://www.gnu.org/licenses/>. # FIXME: Revamp (see Olena 0.11's test suite). -- 1.5.6.5