Add Testing section to CONTRIBUTING.md explaining how to build
and run unit tests, and clarifying first-run behavior when
visual regression tests skip to generate reference images.
This addresses potential confusion for first-time contributors.
6. Push changes to your fork
7. Open a PR in our repository and follow the PR template so that we can efficiently review the changes.
+### Testing
+
+To build and run unit tests:
+```bash
+cd vkvg
+mkdir build
+cd build
+cmake ..
+make
+./gunit_tests/unit_tests
+```
+
+**Note**: Visual regression tests will skip on first run to generate reference images in `ReferenceImages/`. Subsequent runs compare against these baselines.
+
## Getting Help
Join us on [gitter](https://gitter.im/CSharpRapidOpenWidgets).