tree: 796c0e333897c488c91035a08416303c2779c858 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
src/session/tests/session_manager/README.md

session_manager integration tests

Reviewed on: 2021-09-22

These are integration tests for session_manager.

Add Integration Tests to Build

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

Run Tests

session-manager integration tests are available in the session-manager-integration-tests package.

fx test session-manager-integration-tests

Source layout

The entry point for the integration tests is located in src/main.rs.