diff options
| author | Dan Engelbrecht <[email protected]> | 2025-01-17 09:37:15 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2025-01-17 09:37:15 +0100 |
| commit | 60b8fd33b6708c0640a5df9e8bfc0d9ac1a2a1d7 (patch) | |
| tree | 86f1ba78b539d5906471c1eb014c260099354e57 /src/zenutil/zenutil.cpp | |
| parent | clang format (diff) | |
| parent | add missing statsd.enabled and gc.projectstore.duration.seconds (#275) (diff) | |
| download | zen-60b8fd33b6708c0640a5df9e8bfc0d9ac1a2a1d7.tar.xz zen-60b8fd33b6708c0640a5df9e8bfc0d9ac1a2a1d7.zip | |
Merge remote-tracking branch 'origin/main' into de/zen-service-command
Diffstat (limited to 'src/zenutil/zenutil.cpp')
| -rw-r--r-- | src/zenutil/zenutil.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/zenutil/zenutil.cpp b/src/zenutil/zenutil.cpp index 97ebeb01d..c54144549 100644 --- a/src/zenutil/zenutil.cpp +++ b/src/zenutil/zenutil.cpp @@ -4,20 +4,16 @@ #if ZEN_WITH_TESTS -# include <zenutil/basicfile.h> # include <zenutil/cache/cacherequests.h> # include <zenutil/cache/rpcrecording.h> -# include <zenutil/packageformat.h> namespace zen { void zenutil_forcelinktests() { - basicfile_forcelink(); cachepolicy_forcelink(); cache::rpcrecord_forcelink(); - forcelink_packageformat(); cacherequests_forcelink(); } |