Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pw_unit_test support to build configuration #29479

Merged
merged 4 commits into from
Oct 10, 2023

Commits on Sep 29, 2023

  1. Add pw_unit_test support to GN

    * Rename old chip_test_suite template to chip_test_suite_using_nltest
    
    It will be removed in the future, when it's no longer needed.
    
    * Make new chip_test_suite template, using pw_test instead of chip_test
    
    * Rename a few GN targets to be consistent with pigweed
    
    Make them end with `.lib` or `.run` instead of `_lib` or `_run`.
    mbknust committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    e449e2a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    a7255a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb649f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Update .gn

    mbknust authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e3465c0 View commit details
    Browse the repository at this point in the history