Files
mt-st/tests/basic.test
Iustin Pop 886ce1f261 Switch 'make check' to be done via shelltestrunner
The embedding of tests in the Makefile works only for that is there
today - a few `--version` and `stinit -p` calls. For expanding the
test coverage, as much as it can be done for `mt`, let's use a proper
shell test runner. `shelltestrunner` is available in Debian/Ubuntu, so
it's likely to be available in other distributions too, and as such
should not be a big barrier to contribution.
2021-06-06 01:46:03 +02:00

22 lines
238 B
Plaintext

# Check --version works
./mt --version
>>> /VERSION/
>>>= 0
./mt -v
>>> /VERSION/
>>>= 0
./stinit --version
>>> /VERSION/
>>>= 0
# Check -h works
./mt -h
>>>2 /commands: weof, wset, eof/
>>>= 0
./stinit -h
>>>2 /Usage: stinit/
>>>= 0