From 6fb906cf213ab77eb549ef164a0bc33b6536c3fa Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 13 Nov 2023 07:25:54 -0300 Subject: tests/assert-uninstall.sh: Split from assert-install.sh --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 $@ -- cgit v1.2.3