diff options
author | EuAndreh <eu@euandre.org> | 2021-01-24 02:02:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-24 02:02:01 -0300 |
commit | 6f5e467c6bb3f0369e4220be20ab1461cd9334ce (patch) | |
tree | 58837e1134ea6366b9504514e13f01fd90cd3222 /Makefile | |
parent | Add test to for help flags (diff) | |
download | remembering-6f5e467c6bb3f0369e4220be20ab1461cd9334ce.tar.gz remembering-6f5e467c6bb3f0369e4220be20ab1461cd9334ce.tar.xz |
Add tests/signals.sh
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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.'; \ |