geary/test/engine/api
Niels De Graef 6ce2373a75 Create a config.vapi for config.h
Currently, a lot of our build variables that are defined at
configuration time, are spread out across the code base, often declared
as `extern` which can break when moving around sections of the code
across files.

This commit introduces a "Config" namespace which basically maps to the
definitions in `config.h`, but allows us to properly access them too
from the Vala source code.

By doing so, it helps us to more explicitly see where we rely on a
build variable from this file (which should be obvious from the `Config'
namespace).

To make it ourselves a bit easier in Meson too, we can declare an
internal dependency, which helps ensure that we pull in the dependency
where needed.
2025-12-07 01:32:32 +01:00
..
geary-account-information-test.vala treewide: Removed unused Yahoo imap engine 2022-09-07 12:10:06 +00:00
geary-attachment-test.vala Create a config.vapi for config.h 2025-12-07 01:32:32 +01:00
geary-composed-email-test.vala Make Geary.ComposedEmail implement Geary.EmailHeaderSet 2019-11-17 19:59:19 +11:00
geary-email-test.vala test: Break out engine mock objects into their own name-space 2020-08-13 19:51:33 +10:00
geary-engine-test.vala test: Break out engine mock objects into their own name-space 2020-08-13 19:51:33 +10:00
geary-folder-path-test.vala Update existing tests to work with ValaUnit 2020-06-30 17:31:07 +10:00
geary-service-information-test.vala Update existing tests to work with ValaUnit 2020-06-30 17:31:07 +10:00