aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/zenutil.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-12-06 15:13:38 +0100
committerStefan Boberg <[email protected]>2023-12-06 15:13:38 +0100
commit332bbfefcf174a905ed492f42ba26fb041901746 (patch)
treed18e2ed45422e8e137916f8ac1af30f1baeaa44d /src/zenutil/zenutil.cpp
parentadded zentrack module (diff)
downloadzen-332bbfefcf174a905ed492f42ba26fb041901746.tar.xz
zen-332bbfefcf174a905ed492f42ba26fb041901746.zip
move core/process into util/process
this prepares for the implementation of child process resource tracking
Diffstat (limited to 'src/zenutil/zenutil.cpp')
-rw-r--r--src/zenutil/zenutil.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenutil/zenutil.cpp b/src/zenutil/zenutil.cpp
index df075ea3f..00db5a25b 100644
--- a/src/zenutil/zenutil.cpp
+++ b/src/zenutil/zenutil.cpp
@@ -5,6 +5,7 @@
#if ZEN_WITH_TESTS
# include <zenutil/basicfile.h>
+# include <zenutil/process.h>
namespace zen {
@@ -12,6 +13,7 @@ void
zenutil_forcelinktests()
{
basicfile_forcelink();
+ process_forcelink();
}
} // namespace zen