Add Makefile target to run all tests without test-driver
authorIvan Maidanski <ivmai@mail.ru>
Sat, 18 Feb 2017 07:23:33 +0000 (10:23 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 18 Feb 2017 07:24:36 +0000 (10:24 +0300)
commitecd43ca862f70f60ff6e33ccad9b46d0dc302d67
treea58b4e477d92df1805d951fca6f67cfcc1e66cdf
parent3b7e732d7206076a96c15396252bad56cd0cda0f
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).

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