introduce new make target "test"
commit4a7ed95010d20c0f62bf9c26b331e1e353444585
authorAchim Gratz <Stromeko@Stromeko.DE>
Wed, 4 Jan 2012 20:02:14 +0000 (4 21:02 +0100)
committerAchim Gratz <Stromeko@Stromeko.DE>
Fri, 20 Apr 2012 19:04:12 +0000 (20 21:04 +0200)
treeb69ac285500d24d28616fc679efd77e58be2d774
parentb323d9e5c3b64fbca90912db75f4d02e2c6575c9
introduce new make target "test"

Makefile: add help for target "test"

default.mk: more sane location for local data, add $(BTEST) that
will run the test in batch mode.  Some tests require non-standard
packages, introduce $(BTEST_EXTRA) in order to add options so they
can be found.

targets.mk: new target "test" that implies "all" and then runs all
test. Hidden target "test-dirty" runs tests without doing
compilation.
Makefile
default.mk
targets.mk