tree: aef3bae9026430f363bb94d24f8122293f01a031 [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 run-test session_manager_integration_tests

Source layout

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