Add integration test framework (with 2 tests).
authorDavin McCall <davmac@davmac.org>
Fri, 5 Jul 2019 11:03:11 +0000 (21:03 +1000)
committerDavin McCall <davmac@davmac.org>
Fri, 5 Jul 2019 11:19:39 +0000 (21:19 +1000)
commit82f06b95ff84b59db836dbb90fc65b338a142dd2
tree4636b77db8779a2a19a42e5a5364402109296d0d
parent522efc0618a538b61a40bcaa4876e3449ffd7632
Add integration test framework (with 2 tests).

Run integration tests using "make check-igr". This complements the unit
tests ("make check").
12 files changed:
Makefile
src/Makefile
src/igr-tests/Makefile [new file with mode: 0644]
src/igr-tests/basic/basic.sh [new file with mode: 0755]
src/igr-tests/basic/run-test.sh [new file with mode: 0755]
src/igr-tests/basic/sd/basic [new file with mode: 0644]
src/igr-tests/environ/checkenv.sh [new file with mode: 0755]
src/igr-tests/environ/environment1 [new file with mode: 0644]
src/igr-tests/environ/environment2 [new file with mode: 0644]
src/igr-tests/environ/run-test.sh [new file with mode: 0755]
src/igr-tests/environ/sd/checkenv [new file with mode: 0644]
src/igr-tests/igr-runner.cc [new file with mode: 0644]