test: add initial structure for the common integration tests.
- Add bats common helpers. - Add a first set of tests for some simple program.
This commit is contained in:
parent
d6d4648106
commit
061f5aa95e
9 changed files with 381 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -108,6 +108,10 @@ lint:
|
|||
check:
|
||||
@bash tests/check.sh
|
||||
|
||||
.PHONY: bats
|
||||
bats:
|
||||
@bats --print-output-on-failure tests/bats/
|
||||
|
||||
manual:
|
||||
@pandoc -t man -s -o root/usr/share/man/man8/aa-log.8 root/usr/share/man/man8/aa-log.md
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue