summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-11-13 07:25:54 -0300
committerEuAndreh <eu@euandre.org>2023-11-13 08:00:44 -0300
commit6fb906cf213ab77eb549ef164a0bc33b6536c3fa (patch)
treeff0e85ac6c5eccf0cfbfab47eb215a0dcbae2c53 /Makefile
parentMakefile: Clean directory symlink potential leftover before recreating (diff)
downloadpapod-6fb906cf213ab77eb549ef164a0bc33b6536c3fa.tar.gz
papod-6fb906cf213ab77eb549ef164a0bc33b6536c3fa.tar.xz
tests/assert-uninstall.sh: Split from assert-install.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fee660a..9407e22 100644
--- a/Makefile
+++ b/Makefile
@@ -109,9 +109,10 @@ check-t: $(tests.js-t)
assert-tests = \
- tests/assert-clean.sh \
- tests/assert-deps.sh \
- tests/assert-install.sh \
+ tests/assert-clean.sh \
+ tests/assert-deps.sh \
+ tests/assert-install.sh \
+ tests/assert-uninstall.sh \
$(assert-tests): ALWAYS
+sh $@