URL:
https://svn.lrde.epita.fr/svn/oln/trunk/milena
ChangeLog:
2007-11-26 Matthieu Garrigues <garrigues(a)lrde.epita.fr>
svn ignore .deps directories. Update makefiles.
* milena/tests/Makefile.am: Move accu's checks...
* milena/tests/accu/Makefile.am: ...here.
---
Makefile.am | 9 +--------
accu/Makefile.am | 11 +++++++++++
2 files changed, 12 insertions(+), 8 deletions(-)
Index: trunk/milena/tests/accu/Makefile.am
===================================================================
--- trunk/milena/tests/accu/Makefile.am (revision 1534)
+++ trunk/milena/tests/accu/Makefile.am (revision 1535)
@@ -1,3 +1,14 @@
## Process this file through Automake to create Makefile.in -*- Makefile -*-
include $(top_srcdir)/milena/tests/tests.mk
+
+check_PROGRAMS = \
+ all \
+ min \
+ nil
+
+all_SOURCES = all.cc
+min_SOURCES = min.cc
+nil_SOURCES = nil.cc
+
+TESTS = $(check_PROGRAMS)
Index: trunk/milena/tests/Makefile.am
===================================================================
--- trunk/milena/tests/Makefile.am (revision 1534)
+++ trunk/milena/tests/Makefile.am (revision 1535)
@@ -4,6 +4,7 @@
SUBDIRS = \
arith \
+ accu \
border \
canvas \
draw \
@@ -15,10 +16,6 @@
win
check_PROGRAMS = \
- accu_all \
- accu_min \
- accu_nil \
- \
border_resize_image1d_1 \
border_resize_image1d_2 \
border_resize_image1d_3 \
@@ -167,10 +164,6 @@
w_window2d_int \
w_window3d_int
-accu_all_SOURCES = accu_all.cc
-accu_min_SOURCES = accu_min.cc
-accu_nil_SOURCES = accu_nil.cc
-
border_resize_image1d_1_SOURCES = border_resize_image1d_1.cc
border_resize_image1d_2_SOURCES = border_resize_image1d_2.cc
border_resize_image1d_3_SOURCES = border_resize_image1d_3.cc