-
Notifications
You must be signed in to change notification settings - Fork 1
Production Tests
Franz Miltz edited this page Aug 7, 2021
·
1 revision
Production tests are categorised separately from other tests; they may be resource-intensive and may take some time to run. Production tests do not run when the user enters make test-essential
(being non-important and/or expensive in execution time). If you want to run the Production test's in isolation then you can enter make test-production
instead of the standard make test
Production tests contain '_prod' at the end of the test name, as such:
TEST_F(<TestFixtureName>, productionTest_prod){
...
}
- Home
- How to add and edit pages on the wiki
- Glossary
- Admin
- Projects & Subsystems
- Motor Controllers
- Navigation
- Quality Assurance
- Sensors
- State Machine
- Telemetry
- Technical Guides
- BeagleBone Black (BBB)
- Configuration
- Contributing
- Testing
- Install VM on Mac
- Makefiles
- Reinstall MacOS Mojave
- Travis Troubleshooting
- Knowledge Base