diff options
| author | EuAndreh <eu@euandre.org> | 2023-11-13 07:25:54 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-11-13 08:00:44 -0300 |
| commit | 6fb906cf213ab77eb549ef164a0bc33b6536c3fa (patch) | |
| tree | ff0e85ac6c5eccf0cfbfab47eb215a0dcbae2c53 /Makefile | |
| parent | Makefile: Clean directory symlink potential leftover before recreating (diff) | |
| download | papod-6fb906cf213ab77eb549ef164a0bc33b6536c3fa.tar.gz papod-6fb906cf213ab77eb549ef164a0bc33b6536c3fa.tar.xz | |
tests/assert-uninstall.sh: Split from assert-install.sh
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 $@ |
