Skip to content

Commit 174a6ea

Browse files
committed
NF - installed tests makefile target
1 parent 64f3eaf commit 174a6ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ bdist_mpkg:
235235
check-version-info:
236236
$(PYTHON) -c 'from nisext.testers import info_from_here; info_from_here("nibabel")'
237237

238+
# Run tests from installed code
239+
installed-tests:
240+
$(PYTHON) -c 'from nisext.testers import tests_installed; tests_installed("nibabel")'
238241

239242
# Update nisext subtree from remote
240243
update-nisext:

0 commit comments

Comments
 (0)