Exclude slow tests in make test

Exclude tests that take a long time to run in the `make test`
to speed up automated unit testing.
This commit is contained in:
Robin Malley 2021-09-11 21:43:32 +00:00
parent 41f68f45b8
commit ab6572314e
1 changed files with 1 additions and 1 deletions

View File

@ -128,4 +128,4 @@ smr.so : $(src_files) conf/smr.conf conf/build.conf
$(Q)$(KODEV) build
test : $(built)
$(Q)$(CD) kore_chroot && busted -v
$(Q)$(CD) kore_chroot && busted -v --exclude-tags slow