Rework tests
Split along multiple files, produce TAP output, rely on Perl's prove for running them. Improves clarity and hopefully makes it easier to add new tests in the future.
This commit is contained in:
parent
3093486c9f
commit
2fe090286d
7 changed files with 138 additions and 123 deletions
4
Makefile
4
Makefile
|
@ -30,8 +30,8 @@ all: otpcli
|
|||
clean:
|
||||
rm -f otpcli ${OBJ} ${P}-${V}.tgz
|
||||
|
||||
test: all run-tests.sh
|
||||
sh ./run-tests.sh
|
||||
test: all
|
||||
prove
|
||||
|
||||
dist: clean
|
||||
pax -w -s ',^,$P-$V/,' ${DIST} | gzip >$P-$V.tgz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue