Reviewed on: 2020-02-04 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 so that it looks like:
fx set <PRODUCT>.<BOARD> --with-base=//src/session,//src/session/bin/session_manager:session_manager.config --with //src/session:tests
To see a list of possible products, run: fx list-products
To see a list of possible boards, run: fx list-boards
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
.