Commits
- Commit:
15f1a49a5f1b34c6d571fe2d4561b3005c418592
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add -j option (concurrent jobs)
- Commit:
ad438e39091f0b135bb9d964b2a92e8afb158f8e
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
switch the order of comparisons in a test
This also mirrors assert-exercise.
- Commit:
04e8a7a9bb81278ee73bf63d8d753e633cae316c
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
manpage tweak
- Commit:
315f51e9ef7ed3abbf51273a489c56e451868672
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
change test suite pattern to *.ts
- Commit:
909825343bd0a4b5ad4580a687a43abf6989761a
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add tests for -D and EXERCISEDIR
- Commit:
33de5889e9067573cb46e089a1530129b609e4de
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add EXERCISEDIR env var, corresponding to the -D flag
- Commit:
68387571bb42b2ef15f43bcd8d4c4ad81f839f7a
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
remove unused global declaration
- Commit:
4d0de19cff257a0d4f7cf8c5e71afd94b18505e1
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
document -B again after all, with improvements
- Commit:
807251c0e5fa20065b3e2f4729cd2f15fbcc38cd
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add -D (late workdir) option
This is a more useful replacement for the -B/-C combo. The -B option
is made undocumented.
- Commit:
a7c24adfe1ef9827b23c061f93786de05743e45a
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
report failed test suites by name on stderr
Just like we would report a failed test.
- Commit:
bcbeda04ca5558cceaa58058ce4b4c4b3660c708
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add adapter for the test.h ("tst") protocol
- Commit:
6ae7a56e0f08ffd6e04a5312789e91ddb3059fc9
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add underline progress bar
- Commit:
e3f361530d5b3c16f397a90c6f03e76715955985
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
comment cosmetics
- Commit:
755f48e211afb6453473a18ff349bef71f8eef80
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add test for short count from early testsuite exit
- Commit:
3a5d9be4125c991c05964e2ce88b66fcba21793e
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
back out separation of run and total counters (b7f3e3bf)
The "run" counter is again the total number we intend to execute.
The number of tests started so far is no longer counted.
A separate counter for the number of tests that have been started is a
distraction and serves very little use. I want the user to look at the
(one) growing number and for that number to turn green upon success.
That is the "ok" counter. Having another count up next to it (in bold
no less) invites the user to look at the wrong one.
(In fact, I might have made this design decision consciously before).
- Commit:
9e8613cdd656dae8a2147f346896043ce7bca20f
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add test.h tests
- Commit:
82c5d7ffa2717e040bee77e99df37f811f76eded
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add 'make test' target
- Commit:
b20cb3833267b93e3b19ae8ca6a403384db46401
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
rearrange tests directory
- Commit:
340514ae173c1261ba77df08b5cba810b500a7d0
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
strip extraneous ./ from paths
- Commit:
39720f282faa2a1840de660fe7a9568dbf6b13a9
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
simplify -B implementation
- Commit:
f22b78bb4f965897447b30faa45acd815cba886b
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
document -B and -C options
- Commit:
9a51a4f9a4d3b07e859786042208a46c9d630566
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add -B (basedir) option
This is used as a path prefix for find_files, relative to the current
workdir (after any change due to -C).
An use would be to change (with -C) into a directory containing helper
scripts, then use (for instance) -B.. to point back to the top-level
test directory.
- Commit:
5395451f9420a5190afab8926d91ed814f8408d0
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add -C (chdir) option
- Commit:
c690e7b81fb4ca88ebe7970f8f6fa6d30f8438da
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
back out a55302af (cd into a test's dir when executing it)
- Commit:
13d3265df55c9af2372c89b042d40272a7d1e14f
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
test.h: update header comment