source: general/genlib/umockdev.xml@ b0d1dc0

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b0d1dc0 was b0d1dc0, checked in by Bruce Dubbs <bdubbs@…>, 17 months ago

Package updates.
Update to php-8.1.13.
Update to umockdev-0.17.15.
Update to btrfs-progs-v6.0.2.

  • Property mode set to 100644
File size: 6.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY umockdev-download-http "https://github.com/martinpitt/umockdev/releases/download/&umockdev-version;/umockdev-&umockdev-version;.tar.xz">
8 <!ENTITY umockdev-download-ftp " ">
9 <!ENTITY umockdev-md5sum "734cecaaace239a34d451f6085927d08">
10 <!ENTITY umockdev-size "480 KB">
11 <!ENTITY umockdev-buildsize "6.6 MB (with tests)">
12 <!ENTITY umockdev-time "0.2 SBU (with tests)">
13]>
14
15<sect1 id="umockdev" xreflabel="umockdev-&umockdev-version;">
16 <?dbhtml filename="umockdev.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Umockdev-&umockdev-version;</title>
23
24 <indexterm zone="umockdev">
25 <primary sortas="a-umockdev">umockdev</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Umockdev</title>
30
31 <para>
32 The <application>Umockdev</application> package contains a framework
33 that allows a developer to mock devices for use in unit testing.
34 </para>
35
36 &lfs112_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&umockdev-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&umockdev-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &umockdev-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &umockdev-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &umockdev-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &umockdev-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Umockdev Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="libgudev"/>,
77 <xref linkend="libpcap"/>, and
78 <xref linkend="vala"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="gtk-doc"/> and
84 <ulink url="http://www.gphoto.org/">libgphoto2</ulink> (optional for tests)
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/umockdev"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of Umockdev</title>
94
95 <para>
96 Install <application>Umockdev</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>mkdir build &amp;&amp;
101cd build &amp;&amp;
102
103meson --prefix=/usr --buildtype=release .. &amp;&amp;
104ninja</userinput></screen>
105
106 <para>
107 To test the results, issue: <command>PATH=$PATH:/usr/sbin ninja
108 test</command>. The addition to <envar>PATH</envar> is needed if you
109 use the starting scripts in <xref linkend="postlfs-config-profile"/>,
110 because some tests need to run <command>udevadm</command>. One test
111 needs to be run in an X session.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>ninja install</userinput></screen>
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124<!--
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/static-libraries.xml"/>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/gtk-doc-rebuild.xml"/>
130-->
131 <para>
132 <option>-Dgtk_doc=true</option>: Use this switch if you have
133 <xref linkend="gtk-doc" role="nodep"/> installed and wish to rebuild and
134 install the API documentation.
135 </para>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Programs</segtitle>
144 <segtitle>Installed Libraries</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>
149 umockdev-record,
150 umockdev-run, and
151 umockdev-wrapper
152 </seg>
153 <seg>
154 libumockdev-preload.so <!-- Only intended for use by
155 umockdev-wrapper. Don't put in a short description for this--> and
156 libumockdev.so
157 </seg>
158 <seg>
159 /usr/include/umockdev-1.0
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="umockdev-record">
170 <term><command>umockdev-record</command></term>
171 <listitem>
172 <para>
173 records Linux devices and their ancestors from sysfs/udev or
174 records ioctls for a device
175 </para>
176 <indexterm zone="umockdev umockdev-record">
177 <primary sortas="b-umockdev-record">umockdev-record</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="umockdev-run">
183 <term><command>umockdev-run</command></term>
184 <listitem>
185 <para>
186 runs a program under an <application>umockdev</application>
187 testbed
188 </para>
189 <indexterm zone="umockdev umockdev-run">
190 <primary sortas="b-umockdev-run">umockdev-run</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="umockdev-wrapper">
196 <term><command>umockdev-wrapper</command></term>
197 <listitem>
198 <para>
199 wraps a program around
200 <filename class="libraryfile">libumockdev-preload.so.0</filename>
201 through LD_PRELOAD
202 </para>
203 <indexterm zone="umockdev umockdev-wrapper">
204 <primary sortas="b-umockdev-wrapper">umockdev-wrapper</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="libumockdev">
210 <term><filename class="libraryfile">libumockdev.so</filename></term>
211 <listitem>
212 <para>
213 provides API functions that allow mocking hardware devices for unit
214 testing
215 </para>
216 <indexterm zone="umockdev libumockdev">
217 <primary sortas="c-libumockdev">libumockdev.so</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221 </variablelist>
222 </sect2>
223
224</sect1>
Note: See TracBrowser for help on using the repository browser.