1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Add tests

Tests will be run using `bats`.
This commit is contained in:
Tim Byrne
2016-03-23 19:18:33 -05:00
parent bbec7dd540
commit d2cd3b1b26
16 changed files with 1728 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ pdf:
@sleep 1
@rm yadm.ps
.PHONY: test
test:
@bats test
man:
groff -man -Tascii ./yadm.1 | less