Fix single-execution of Haskell tests and shelltests
authorJose A. Lopes <jabolopes@google.com>
Wed, 10 Jul 2013 10:35:11 +0000 (12:35 +0200)
committerMichele Tartara <mtartara@google.com>
Wed, 10 Jul 2013 11:04:09 +0000 (11:04 +0000)
commit5f7d41816793bd55610069ad45bfe8fbd107b128
tree997225aad1c6e2217c2ca03013c9a1b470007a87
parent4c18846fa189e9c6d96d98be45a7aa0d56c9171a
Fix single-execution of Haskell tests and shelltests

Add Makefile.am target hs-test-% for single-execution of Haskell
tests.

Add Makefile.am target hs-shell-% for single-execution of Haskell
shelltests.

Update documentation on running individual tests.

Signed-off-by: Jose A. Lopes <jabolopes@google.com>
Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>
Makefile.am
doc/devnotes.rst
test/hs/offline-test.sh