* tests/canvas/Makefile.am,
* tests/canvas/morpho/Makefile.am,
* tests/fun/Makefile.am,
* tests/fun/p2b/Makefile.am,
* tests/fun/p2v/Makefile.am,
* tests/io/pfm/Makefile.am,
* tests/io/pnm/Makefile.am,
* tests/math/Makefile.am,
* tests/metal/make/Makefile.am,
* tests/tag/Makefile.am,
* tests/trace/Makefile.am,
* tests/value/concept/Makefile.am:
Here.
---
milena/ChangeLog | 18 ++++++++++++++++++
milena/tests/canvas/Makefile.am | 4 +++-
milena/tests/canvas/morpho/Makefile.am | 7 +++++--
milena/tests/fun/Makefile.am | 4 +++-
milena/tests/fun/p2b/Makefile.am | 7 ++++++-
milena/tests/fun/p2v/Makefile.am | 7 ++++++-
milena/tests/io/pfm/Makefile.am | 7 ++++++-
milena/tests/io/pnm/Makefile.am | 7 ++++++-
milena/tests/math/Makefile.am | 7 ++++++-
milena/tests/metal/make/Makefile.am | 7 ++++++-
milena/tests/tag/Makefile.am | 7 ++++++-
milena/tests/trace/Makefile.am | 7 ++++++-
milena/tests/value/concept/Makefile.am | 7 ++++++-
13 files changed, 83 insertions(+), 13 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index bae1003..512944f 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,21 @@
+2013-02-13 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Add missing TESTS variable to Makefile.am's.
+
+ * tests/canvas/Makefile.am,
+ * tests/canvas/morpho/Makefile.am,
+ * tests/fun/Makefile.am,
+ * tests/fun/p2b/Makefile.am,
+ * tests/fun/p2v/Makefile.am,
+ * tests/io/pfm/Makefile.am,
+ * tests/io/pnm/Makefile.am,
+ * tests/math/Makefile.am,
+ * tests/metal/make/Makefile.am,
+ * tests/tag/Makefile.am,
+ * tests/trace/Makefile.am,
+ * tests/value/concept/Makefile.am:
+ Here.
+
2013-02-07 Roland Levillain <roland(a)lrde.epita.fr>
Complete and clean up tests/metal/converts_to.cc.
diff --git a/milena/tests/canvas/Makefile.am b/milena/tests/canvas/Makefile.am
index d8db016..1489376 100644
--- a/milena/tests/canvas/Makefile.am
+++ b/milena/tests/canvas/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2007, 2008, 2009 EPITA Research and Development
+# Copyright (C) 2007, 2008, 2009, 2013 EPITA Research and Development
# Laboratory (LRDE).
#
# This file is part of Olena.
@@ -23,3 +23,5 @@ check_PROGRAMS = \
chamfer
chamfer_SOURCES = chamfer.cc
+
+TESTS = $(check_PROGRAMS)
diff --git a/milena/tests/canvas/morpho/Makefile.am
b/milena/tests/canvas/morpho/Makefile.am
index 0504c8e..012a99b 100644
--- a/milena/tests/canvas/morpho/Makefile.am
+++ b/milena/tests/canvas/morpho/Makefile.am
@@ -1,4 +1,5 @@
-# Copyright (C) 2007, 2009 EPITA Research and Development Laboratory (LRDE).
+# Copyright (C) 2007, 2009, 2013 EPITA Research and Development
+# Laboratory (LRDE).
#
# This file is part of Olena.
#
@@ -16,6 +17,8 @@
include $(top_srcdir)/milena/tests/tests.mk
-check_PROGRAMS=attribute_filter
+check_PROGRAMS = attribute_filter
attribute_filter_SOURCES=attribute_filter.cc
+
+TESTS = $(check_PROGRAMS)
diff --git a/milena/tests/fun/Makefile.am b/milena/tests/fun/Makefile.am
index 82d6e89..fe2ed02 100644
--- a/milena/tests/fun/Makefile.am
+++ b/milena/tests/fun/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2007, 2008, 2009 EPITA Research and Development
+# Copyright (C) 2007, 2008, 2009, 2013 EPITA Research and Development
# Laboratory (LRDE).
#
# This file is part of Olena.
@@ -32,3 +32,5 @@ check_PROGRAMS = \
ops
ops_SOURCES = ops.cc
+
+TESTS = $(check_PROGRAMS)
diff --git a/milena/tests/fun/p2b/Makefile.am b/milena/tests/fun/p2b/Makefile.am
index 4c3ccb4..776258e 100644
--- a/milena/tests/fun/p2b/Makefile.am
+++ b/milena/tests/fun/p2b/Makefile.am
@@ -1,4 +1,5 @@
-# Copyright (C) 2007, 2009 EPITA Research and Development Laboratory (LRDE).
+# Copyright (C) 2007, 2009, 2013 EPITA Research and Development
+# Laboratory (LRDE).
#
# This file is part of Olena.
#
@@ -15,3 +16,7 @@
# along with Olena. If not, see <http://www.gnu.org/licenses/>.
include $(top_srcdir)/milena/tests/tests.mk
+
+# FIXME: Add tests.
+
+TESTS = $(check_PROGRAMS)
diff --git a/milena/tests/fun/p2v/Makefile.am b/milena/tests/fun/p2v/Makefile.am
index 4c3ccb4..776258e 100644
--- a/milena/tests/fun/p2v/Makefile.am
+++ b/milena/tests/fun/p2v/Makefile.am
@@ -1,4 +1,5 @@
-# Copyright (C) 2007, 2009 EPITA Research and Development Laboratory (LRDE).
+# Copyright (C) 2007, 2009, 2013 EPITA Research and Development
+# Laboratory (LRDE).
#
# This file is part of Olena.
#
@@ -15,3 +16,7 @@
# along with Olena. If not, see <http://www.gnu.org/licenses/>.
include $(top_srcdir)/milena/tests/tests.mk
+
+# FIXME: Add tests.
+
+TESTS = $(check_PROGRAMS)
diff --git a/milena/tests/io/pfm/Makefile.am b/milena/tests/io/pfm/Makefile.am
index 4c3ccb4..776258e 100644
--- a/milena/tests/io/pfm/Makefile.am
+++ b/milena/tests/io/pfm/Makefile.am
@@ -1,4 +1,5 @@
-# Copyright (C) 2007, 2009 EPITA Research and Development Laboratory (LRDE).
+# Copyright (C) 2007, 2009, 2013 EPITA Research and Development
+# Laboratory (LRDE).
#
# This file is part of Olena.
#
@@ -15,3 +16,7 @@
# along with Olena. If not, see <http://www.gnu.org/licenses/>.
include $(top_srcdir)/milena/tests/tests.mk
+
+# FIXME: Add tests.
+
+TESTS = $(check_PROGRAMS)
diff --git a/milena/tests/io/pnm/Makefile.am b/milena/tests/io/pnm/Makefile.am
index 4c3ccb4..776258e 100644
--- a/milena/tests/io/pnm/Makefile.am
+++ b/milena/tests/io/pnm/Makefile.am
@@ -1,4 +1,5 @@
-# Copyright (C) 2007, 2009 EPITA Research and Development Laboratory (LRDE).
+# Copyright (C) 2007, 2009, 2013 EPITA Research and Development
+# Laboratory (LRDE).
#
# This file is part of Olena.
#
@@ -15,3 +16,7 @@
# along with Olena. If not, see <http://www.gnu.org/licenses/>.
include $(top_srcdir)/milena/tests/tests.mk
+
+# FIXME: Add tests.
+
+TESTS = $(check_PROGRAMS)
diff --git a/milena/tests/math/Makefile.am b/milena/tests/math/Makefile.am
index 4c3ccb4..776258e 100644
--- a/milena/tests/math/Makefile.am
+++ b/milena/tests/math/Makefile.am
@@ -1,4 +1,5 @@
-# Copyright (C) 2007, 2009 EPITA Research and Development Laboratory (LRDE).
+# Copyright (C) 2007, 2009, 2013 EPITA Research and Development
+# Laboratory (LRDE).
#
# This file is part of Olena.
#
@@ -15,3 +16,7 @@
# along with Olena. If not, see <http://www.gnu.org/licenses/>.
include $(top_srcdir)/milena/tests/tests.mk
+
+# FIXME: Add tests.
+
+TESTS = $(check_PROGRAMS)
diff --git a/milena/tests/metal/make/Makefile.am b/milena/tests/metal/make/Makefile.am
index 4c3ccb4..776258e 100644
--- a/milena/tests/metal/make/Makefile.am
+++ b/milena/tests/metal/make/Makefile.am
@@ -1,4 +1,5 @@
-# Copyright (C) 2007, 2009 EPITA Research and Development Laboratory (LRDE).
+# Copyright (C) 2007, 2009, 2013 EPITA Research and Development
+# Laboratory (LRDE).
#
# This file is part of Olena.
#
@@ -15,3 +16,7 @@
# along with Olena. If not, see <http://www.gnu.org/licenses/>.
include $(top_srcdir)/milena/tests/tests.mk
+
+# FIXME: Add tests.
+
+TESTS = $(check_PROGRAMS)
diff --git a/milena/tests/tag/Makefile.am b/milena/tests/tag/Makefile.am
index 4c3ccb4..776258e 100644
--- a/milena/tests/tag/Makefile.am
+++ b/milena/tests/tag/Makefile.am
@@ -1,4 +1,5 @@
-# Copyright (C) 2007, 2009 EPITA Research and Development Laboratory (LRDE).
+# Copyright (C) 2007, 2009, 2013 EPITA Research and Development
+# Laboratory (LRDE).
#
# This file is part of Olena.
#
@@ -15,3 +16,7 @@
# along with Olena. If not, see <http://www.gnu.org/licenses/>.
include $(top_srcdir)/milena/tests/tests.mk
+
+# FIXME: Add tests.
+
+TESTS = $(check_PROGRAMS)
diff --git a/milena/tests/trace/Makefile.am b/milena/tests/trace/Makefile.am
index 4c3ccb4..776258e 100644
--- a/milena/tests/trace/Makefile.am
+++ b/milena/tests/trace/Makefile.am
@@ -1,4 +1,5 @@
-# Copyright (C) 2007, 2009 EPITA Research and Development Laboratory (LRDE).
+# Copyright (C) 2007, 2009, 2013 EPITA Research and Development
+# Laboratory (LRDE).
#
# This file is part of Olena.
#
@@ -15,3 +16,7 @@
# along with Olena. If not, see <http://www.gnu.org/licenses/>.
include $(top_srcdir)/milena/tests/tests.mk
+
+# FIXME: Add tests.
+
+TESTS = $(check_PROGRAMS)
diff --git a/milena/tests/value/concept/Makefile.am
b/milena/tests/value/concept/Makefile.am
index 4c3ccb4..776258e 100644
--- a/milena/tests/value/concept/Makefile.am
+++ b/milena/tests/value/concept/Makefile.am
@@ -1,4 +1,5 @@
-# Copyright (C) 2007, 2009 EPITA Research and Development Laboratory (LRDE).
+# Copyright (C) 2007, 2009, 2013 EPITA Research and Development
+# Laboratory (LRDE).
#
# This file is part of Olena.
#
@@ -15,3 +16,7 @@
# along with Olena. If not, see <http://www.gnu.org/licenses/>.
include $(top_srcdir)/milena/tests/tests.mk
+
+# FIXME: Add tests.
+
+TESTS = $(check_PROGRAMS)
--
1.7.2.5