automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: distribute dejagnu test-cases in dejagnu{3,4,5}.test


From: Alexandre Duret-Lutz
Subject: FYI: distribute dejagnu test-cases in dejagnu{3,4,5}.test
Date: Fri, 18 Apr 2003 19:18:03 +0200
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (gnu/linux)

>>> "adl" == Alexandre Duret-Lutz <address@hidden> writes:

[...]

 adl> Perhabs we should change a couple of your dejagnu test-cases
 adl> to distribute the test-suite, just so that distcheck actually
 adl> checks something.

I'm installing the following on HEAD and branch-1-7.

2003-04-18  Alexandre Duret-Lutz  <address@hidden>

        * tests/dejagnu3.test, tests/dejagnu4.test, tests/dejagnu5.test:
        Distribute dejagnu test cases, so that distcheck actually runs them.

Index: tests/dejagnu3.test
===================================================================
RCS file: /cvs/automake/automake/tests/dejagnu3.test,v
retrieving revision 1.1.2.2
diff -u -r1.1.2.2 dejagnu3.test
--- tests/dejagnu3.test 18 Apr 2003 09:17:30 -0000      1.1.2.2
+++ tests/dejagnu3.test 18 Apr 2003 17:11:08 -0000
@@ -40,6 +40,8 @@
 DEJATOOL = hammer
 
 AM_RUNTESTFLAGS = HAMMER=$(srcdir)/hammer
+
+EXTRA_DIST = hammer hammer.test/hammer.exp
 END
 
 mkdir hammer.test
Index: tests/dejagnu4.test
===================================================================
RCS file: /cvs/automake/automake/tests/dejagnu4.test,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 dejagnu4.test
--- tests/dejagnu4.test 18 Apr 2003 09:17:30 -0000      1.1.2.1
+++ tests/dejagnu4.test 18 Apr 2003 17:11:08 -0000
@@ -47,6 +47,9 @@
 DEJATOOL = hammer spanner
 
 AM_RUNTESTFLAGS = HAMMER=$(srcdir)/hammer SPANNER=$(srcdir)/spanner
+
+EXTRA_DIST  = hammer  hammer.test/hammer.exp
+EXTRA_DIST += spanner spanner.test/spanner.exp
 END
 
 mkdir hammer.test
Index: tests/dejagnu5.test
===================================================================
RCS file: /cvs/automake/automake/tests/dejagnu5.test,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 dejagnu5.test
--- tests/dejagnu5.test 18 Apr 2003 09:17:30 -0000      1.1.2.1
+++ tests/dejagnu5.test 18 Apr 2003 17:11:08 -0000
@@ -38,9 +38,10 @@
 
 echo AC_OUTPUT >> configure.in
 
-cat > Makefile.am << 'END'
+cat > Makefile.am << END
 AUTOMAKE_OPTIONS = dejagnu
 
+EXTRA_DIST = $package $package.test/$package.exp
 END
 
 echo "AM_RUNTESTFLAGS = PACKAGE=\$(srcdir)/$package" >> Makefile.am

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]