Skip to content

Commit

Permalink
feat: add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Aug 9, 2021
1 parent 1f9c7f1 commit 664d616
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,13 @@ test-bug:
# BUG
./autotag b --preview

test: test-helps test-major test-minor test-bug
test-bad-flag:
# BAD FLAG
./autotag M -x || true
./autotag M X || true

test-bad-level:
# BAD LEVEL
./autotag A || true

test: test-helps test-major test-minor test-bug test-bad-flag test-bad-level

0 comments on commit 664d616

Please sign in to comment.