Skip to content
Commit 802fad78 authored by Philip Withnall's avatar Philip Withnall 🚫
Browse files

tests: Port to use installed-tests

Port the unit tests to follow the installed-tests standard, installing
the test binaries and generated .test metadata files.

This removes the existing --enable-tests configure option, replacing it
with the standard:
 • --enable-always-build-tests
 • --enable-installed-tests
options. --enable-always-build-tests is a direct replacement for
--enable-tests, controlling whether tests are built at compile time, or
only when run under `make check`. --enable-installed-tests controls
whether tests will be installed on the system.

If the tests are installed, use
    gnome-desktop-testing-runner libgdata
to run them all.

https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests
parent 10f67845
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment