session_manager integration testsReviewed on: 2021-09-22
These are integration tests for session_manager.
These tests can be added to build by adding --with //src/session/tests to your existing fx set command:
fx set <PRODUCT>.<BOARD> --with //src/session --with //src/session:tests
session-manager integration tests are available in the session-manager-integration-tests package.
fx test session-manager-integration-tests
The entry point for the integration tests is located in src/main.rs.