tests: look for '.lo' rather than '.o' object when using Libtool with C++
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 9 Jun 2012 18:13:43 +0000 (20:13 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 11 Jun 2012 14:57:54 +0000 (16:57 +0200)
* t/cxx-lt-demo.sh: ... in this test.

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

index ef2bc78..3c931e0 100755 (executable)
@@ -53,7 +53,7 @@ TESTS = try.sh
 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'