Add Makefile target to run all tests without test-driver
authorIvan Maidanski <ivmai@mail.ru>
Wed, 1 Mar 2017 23:23:32 +0000 (02:23 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 1 Mar 2017 23:23:32 +0000 (02:23 +0300)
commit8f2030325ee6edea4177c03d4ccf8076a3f78adf
tree00cb12a5e3518001fdf3d9c917e1584de84bf9e1
parent78d83f8ec6b58c0712cd82c5b47c86706607e9a2
Add Makefile target to run all tests without test-driver

This could be used to catch errors reported by MemorySanitizer
(the traditional "make check" shows the tests with MSan errors as
skipped, so it does not lead to a non-zero exit code of make itself).

* cord/cord.am (check-without-test-driver): New phony target (to
compile, link and execute the tests not using test-driver).
* tests/tests.am (check-without-test-driver): Likewise.
cord/cord.am
tests/tests.am