Commit Briefs

a38e689f6f Sven M. Hallberg

add apt-tst(1) manpage (main, tags/v1.0)


7fee41a2f1 Sven M. Hallberg

add TODO


f540aee5c2 Sven M. Hallberg

manpage tweak


42e3573fc2 Sven M. Hallberg

rename test.h.3 to test.h.5


784eeb2429 Sven M. Hallberg

rewrite README


6bb0b7c891 Sven M. Hallberg

rearrange directories


5befd76049 Sven M. Hallberg

test.h: rename TEST and RUNT to test() and runtest()

Also organizes corresponding tests into a nicer directory hierarchy.


be897a7b9b Sven M. Hallberg

add manpage for test.h

Replaces the top-of-file comment in test.h.


5bc4ca7fa3 Sven M. Hallberg

test.h: add rem()


a6b35f6624 Sven M. Hallberg

add -k option (keep going on test failure)


991d115e68 Sven M. Hallberg

add -x option (exit on failed test)


8256f5dffd Sven M. Hallberg

add -n option (dry run)


9d3bc9e22e Sven M. Hallberg

use '.' and '>' as output prefixes with -v and -vv


beae6fa9c8 Sven M. Hallberg

adapt-tst: run tests in the background


0cbb500d54 Sven M. Hallberg

adapt-tst: handle -v and remark lines

Remarks are marked by a leading tab.


c927fdffe1 Sven M. Hallberg

test.h: print '-' on skipped tests


f2120804f4 Sven M. Hallberg

documentation tweak


fb1f9372a7 Sven M. Hallberg

pass -v(v) on to test suites


4ccafa30cf Sven M. Hallberg

back out 46b59c35: add VERBOSE environment variable

I would have to put this into the environment for test suites to pick up when -v is given. But I don't like putting it into the environment of tests; they might react to it. At the same time I do not want to manage, i.e. clean, the environment for tests. Therefore, I think I want to pass -v(v) to test suites on the command line after all.


46b59c355f Sven M. Hallberg

add VERBOSE environment variable


c38046f2c8 Sven M. Hallberg

cosmetics


dfc66788b4 Sven M. Hallberg

add -vv: pass tests' stdout through, quoted


009c5e1eaa Sven M. Hallberg

add -v option (verbose mode)


db018202b8 Sven M. Hallberg

allow embedding test arguments after a colon


15f1a49a5f Sven M. Hallberg

add -j option (concurrent jobs)