added Makefile targets to check single tests
commit2c5251f0dab97a5101f15a5b574fdf66bbb71b6a
authorEric Schulte <schulte.eric@gmail.com>
Tue, 1 Oct 2013 12:19:26 +0000 (1 06:19 -0600)
committerEric Schulte <schulte.eric@gmail.com>
Tue, 1 Oct 2013 12:19:26 +0000 (1 06:19 -0600)
tree89d50db55a3c452d7940aef0dd967f00057df6c3
parent11498bf86f4c17493b888f76acef04fa73064563
added Makefile targets to check single tests

e.g., to run a single test without re-compiling Org-mode use the
following.

make single-test-dirty TEST=test-ob/org-babel-remove-result--results-code

This should aid in isolating errors with git bisect.
mk/default.mk
mk/targets.mk