For comprehensive documentation on the DART test suite, including:
- Test organization and structure
- Unit vs Integration test guidelines
- Adding new tests
- Running and debugging tests
- Best practices
Please see: docs/onboarding/testing.md
cd build
ctestctest -L integration
ctest -L unit
ctest -L regressionctest -R test_Collisionctest -j8 # Run 8 tests in parallel