>> "Damien" == Damien Thivolle
<damien(a)lrde.epita.fr> writes:
Index: tools/swilena/ChangeLog
from Damien Thivolle <damien(a)lrde.epita.fr>
* swilena/python/tests/Makefile.am: Add tests to the distribution.
* swilena/ruby/tests/Makefile.am: Likewise.
+2004-04-14 Damien Thivolle
<damien(a)lrde.epita.fr>
+
* swilena/python/tests/Makefile.am: Readd tests for swilena.
* swilena/ruby/Makefile.am: Likewise.
* swilena/ruby/tests/Makefile.am: Likewise.
Index: tools/swilena/python/tests/Makefile.am
--- tools/swilena/python/tests/Makefile.am Wed, 14 Apr 2004 20:42:25 +0200 thivol_d
(oln/v/15_Makefile.a 1.4 600)
+++ tools/swilena/python/tests/Makefile.am Thu, 15 Apr 2004 01:36:17 +0200 thivol_d
(oln/v/15_Makefile.a 1.4 600)
@@ -3,6 +3,8 @@
## Makefile.am for swilena/python/tests
##
+dist_noinst_DATA = arith.py conversions.py simple1.py
morpho.py
+
TESTS_ENVIRONMENT = \
PYTHONPATH="$(PYTHONPATH):..:$(srcdir)/.." \
IMGDIR="$(top_srcdir)/olena/img"
@@ -10,3 +12,5 @@
TESTS = arith.py conversions.py simple1.py morpho.py
+
+
Ne pas laisser d'espace vide à la fin.
Index: tools/swilena/ruby/tests/Makefile.am
--- tools/swilena/ruby/tests/Makefile.am Wed, 14 Apr 2004 20:42:25 +0200 thivol_d
(oln/v/18_Makefile.a 1.3 600)
+++ tools/swilena/ruby/tests/Makefile.am Thu, 15 Apr 2004 01:44:16 +0200 thivol_d
(oln/v/18_Makefile.a 1.3 600)
@@ -9,3 +9,5 @@
TESTS = simple1.rb
+
+dist_noinst_DATA = simple1.rb
\ No newline at end of file
Mettre un retour à la ligne dans tous les fichiers.
Par ailleurs, ne pas faire de duplication de code !!! Change
+dist_noinst_DATA = arith.py conversions.py simple1.py
morpho.py
TESTS = arith.py conversions.py simple1.py morpho.py
en
+dist_noinst_DATA = arith.py conversions.py simple1.py
morpho.py
TESTS = $(dist_noinst_DATA)