]> sourceware.org Git - automake.git/commitdiff
* subdir3.test: Allow any number of dependencies.
authorTom Tromey <tromey@redhat.com>
Tue, 16 Jan 2001 06:33:07 +0000 (06:33 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 16 Jan 2001 06:33:07 +0000 (06:33 +0000)
tests/ChangeLog
tests/subdir3.test

index cbb41004c7455741cc0d949b414670e4bca9055b..128030e49b15436479cd0dd5353ce1266fa4632f 100644 (file)
@@ -1,5 +1,7 @@
 2001-01-15  Tom Tromey  <tromey@redhat.com>
 
+       * subdir3.test: Allow any number of dependencies.
+
        * subobj4.test: Fixed test case.
 
        * amassign.test: New file.
index 1c8334fddc301a1c1f7d851d8466bb82bfb194ae..1f14acaef5af628f5a77789bc6d40e17b1873585 100755 (executable)
@@ -1,7 +1,6 @@
 #! /bin/sh
 
 # Test to make sure subdir source file generates explicit dependency.
-# Also test to make sure only one such dependency is generated.
 
 . $srcdir/defs || exit 1
 
@@ -22,5 +21,4 @@ mkdir x
 
 $AUTOMAKE || exit 1
 
-num=`grep '^z\.o: x/z\.c$' Makefile.in | wc -l`
-test $num -eq 1
+grep '^z\.o: x/z\.c$' Makefile.in
This page took 0.028772 seconds and 5 git commands to generate.