tests: merged some testsuite fixlets
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 11 Jun 2012 17:48:08 +0000 (19:48 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 11 Jun 2012 17:48:51 +0000 (19:48 +0200)
* fix-cxx-libtool-demo:
  tests: avoid failure due to libtool quirks in C++ demo test

* subdir-objects-pr10697:
  tests: fix spurious failures due to missing '$sleep'

* subdirs-simplify:
  subdir tests: avoid an use of "make -j4", for portability

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
1  2  3  4 
t/cxx-lt-demo.sh

diff --combined t/cxx-lt-demo.sh
@@@@@ -53,7 -53,7 -53,7 -53,7 +53,7 @@@@@ TESTS = try.s
    check-local: test-objs
    test-objs:
        test -f src/main.$(OBJEXT)
 -      test -f lib/libfoo.$(OBJEXT)
 +      test -f lib/libfoo.lo
    END
    
    cat > src/Makefile.am << 'END'
@@@@@ -128,6 -128,6 -128,6 -128,6 +128,6 @@@@@ $MAKE test-obj
    VERBOSE=yes $MAKE check-TESTS
    grep 'Howdy.*Testsuite' try.log || grep 'Skip:.*cross-compiled' try.log
    
- --$MAKE -e CC=false distcheck
+ ++$MAKE distcheck
    
    :