Skip to content

Decrease the runtime of test refs under Windows with cmake

Ralf Habacker requested to merge rhabacker/dbus:reduce-test-refs-run-time into master

If the environment variable DBUS_TEST_FEW_REFS is set, fewer iterations are performed in test-refs.

This variable is set when calling tests in cmake buildsystem under Windows.

Fixes #244 (closed)

Merge request reports