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

session_manager

Reviewed on: 2020-02-04 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 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

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.