diff options
author | EuAndreh <eu@euandre.org> | 2021-01-24 00:53:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-24 00:54:49 -0300 |
commit | f2f2713e6b9c746a3089f0e83e265b14f15917ac (patch) | |
tree | 681fa597fdc2163acec063392700a31e0ccff2d9 /Makefile | |
parent | ~/.local/share/{remember => remembering} (diff) | |
download | remembering-f2f2713e6b9c746a3089f0e83e265b14f15917ac.tar.gz remembering-f2f2713e6b9c746a3089f0e83e265b14f15917ac.tar.xz |
Add tests/cli-opts.sh tests
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ uninstall: check: sh tests/all.sh + sh tests/cli-opts.sh if [ -d .git ]; then \ echo 'Assuming Git repository, running development checks.'; \ |