aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-24 02:02:01 -0300
committerEuAndreh <eu@euandre.org>2021-01-24 02:02:01 -0300
commit6f5e467c6bb3f0369e4220be20ab1461cd9334ce (patch)
tree58837e1134ea6366b9504514e13f01fd90cd3222 /Makefile
parentAdd test to for help flags (diff)
downloadremembering-6f5e467c6bb3f0369e4220be20ab1461cd9334ce.tar.gz
remembering-6f5e467c6bb3f0369e4220be20ab1461cd9334ce.tar.xz
Add tests/signals.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 315b54e..b899716 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ uninstall:
check:
sh tests/cli-opts.sh
+ sh tests/signals.sh
if [ -d .git ]; then \
echo 'Assuming Git repository, running development checks.'; \