summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 $@