tests: do not assume the object file extension is .o
authorPeter Rosin <peda@lysator.liu.se>
Mon, 30 Jan 2012 19:57:12 +0000 (20:57 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Mon, 30 Jan 2012 19:57:12 +0000 (20:57 +0100)
commit32cde2a4722d25ad41e5ae2e33d43ceb2c6f4a90
tree4324d897a449588f88920522572ee69ae5fc2942
parent0436a1ed2c44b9e8b3c8f2f049e06bfac4969d3e
tests: do not assume the object file extension is .o

* tests/specflg7.test: Dig out the object file extension from the
OBJEXT makefile variable.
* tests/substref.test: Likewise.
* tests/specflg8.test: Likewise.  Also check that the false-true
object is created instead of checking the true-true object twice.
* tests/suffix8.test: Add a chain rule for the case where the
object file extension is .obj.
tests/specflg7.test
tests/specflg8.test
tests/substref.test
tests/suffix8.test