Skip to content

Commit

Permalink
tests: add integration test to Makefile
Browse files Browse the repository at this point in the history
Let the make check target (which maybe should be renamed?) also run the
integration tests.

Signed-off-by: Tobin Feldman-Fitzthum <[email protected]>
  • Loading branch information
fitzthum committed Dec 10, 2024
1 parent cbbea8a commit 1adf56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ uninstall:
rm -rf $(INSTALL_DESTDIR)/kbs $(INSTALL_DESTDIR)/kbs-client $(INSTALL_DESTDIR)/issuer-kbs $(INSTALL_DESTDIR)/resource-kbs

check:
cargo test -p kbs -p kbs-client
cargo test -p kbs -p kbs-client -p integration-tests

lint:
cargo clippy -p kbs -p kbs-client -- -D warnings
Expand Down

0 comments on commit 1adf56a

Please sign in to comment.