You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dict(name='--test-spec', dest="test_spec", help="Path used for the test spec file used when building and running tests (the default path is the build directory)"),
2490
2490
dict(name='--app-config', dest="app_config", help="Path of an app configuration file (Default is to look for 'mbed_app.json')"),
2491
2491
dict(name='--test-config', dest="test_config", help="Path or mbed OS keyword of a test configuration file. Example: ethernet, odin_wifi, or path/to/config.json"),
2492
+
dict(name='--ignore', dest="ignore", help="Comma separated list of patterns to add to mbedignore. Example: ./main.cpp,./src/app/*"),
2492
2493
help='Find, build and run tests',
2493
2494
description="Find, build, and run tests in a program and libraries")
0 commit comments