aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-24 00:53:32 -0300
committerEuAndreh <eu@euandre.org>2021-01-24 00:54:49 -0300
commitf2f2713e6b9c746a3089f0e83e265b14f15917ac (patch)
tree681fa597fdc2163acec063392700a31e0ccff2d9 /Makefile
parent~/.local/share/{remember => remembering} (diff)
downloadremembering-f2f2713e6b9c746a3089f0e83e265b14f15917ac.tar.gz
remembering-f2f2713e6b9c746a3089f0e83e265b14f15917ac.tar.xz
Add tests/cli-opts.sh tests
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5e26a5b..71cb676 100644
--- a/Makefile
+++ b/Makefile
@@ -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.'; \