remove dependency on unittest2 module
[fio.git] / os / windows / examples.wxs
1 <?xml version="1.0" encoding="utf-8"?>
2 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3     <Fragment>
4         <DirectoryRef Id="examples">
5                 <Component>
6                   <File Source="..\..\examples\1mbs_clients.fio" />
7                 </Component>
8                 <Component>
9                   <File Source="..\..\examples\aio-read.fio" />
10                 </Component>
11                 <Component>
12                   <File Source="..\..\examples\backwards-read.fio" />
13                 </Component>
14                 <Component>
15                   <File Source="..\..\examples\basic-verify.fio" />
16                 </Component>
17                 <Component>
18                   <File Source="..\..\examples\butterfly.fio" />
19                 </Component>
20                 <Component>
21                   <File Source="..\..\examples\cpp_null.fio" />
22                 </Component>
23                 <Component>
24                   <File Source="..\..\examples\cpuio.fio" />
25                 </Component>
26                 <Component>
27                   <File Source="..\..\examples\dev-dax.fio" />
28                 </Component>
29                 <Component>
30                   <File Source="..\..\examples\disk-zone-profile.fio" />
31                 </Component>
32                 <Component>
33                   <File Source="..\..\examples\e4defrag.fio" />
34                 </Component>
35                 <Component>
36                   <File Source="..\..\examples\e4defrag2.fio" />
37                 </Component>
38                 <Component>
39                   <File Source="..\..\examples\enospc-pressure.fio" />
40                 </Component>
41                 <Component>
42                   <File Source="..\..\examples\falloc.fio" />
43                 </Component>
44                 <Component>
45                   <File Source="..\..\examples\filecreate-ioengine.fio" />
46                 </Component>
47                 <Component>
48                   <File Source="..\..\examples\fio-rand-read.job" />
49                 </Component>
50                 <Component>
51                   <File Source="..\..\examples\fio-rand-RW.job" />
52                 </Component>
53                 <Component>
54                   <File Source="..\..\examples\fio-rand-write.job" />
55                 </Component>
56                 <Component>
57                   <File Source="..\..\examples\fio-seq-read.job" />
58                 </Component>
59                 <Component>
60                   <File Source="..\..\examples\fio-seq-RW.job" />
61                 </Component>
62                 <Component>
63                   <File Source="..\..\examples\fio-seq-write.job" />
64                 </Component>
65                 <Component>
66                   <File Source="..\..\examples\fixed-rate-submission.fio" />
67                 </Component>
68                 <Component>
69                   <File Source="..\..\examples\flow.fio" />
70                 </Component>
71                 <Component>
72                   <File Source="..\..\examples\fsx.fio" />
73                 </Component>
74                 <Component>
75                   <File Source="..\..\examples\ftruncate.fio" />
76                 </Component>
77                 <Component>
78                   <File Source="..\..\examples\fusion-aw-sync.fio" />
79                 </Component>
80                 <Component>
81                   <File Source="..\..\examples\gfapi.fio" />
82                 </Component>
83                 <Component>
84                   <File Source="..\..\examples\gpudirect-rdmaio-client.fio" />
85                 </Component>
86                 <Component>
87                   <File Source="..\..\examples\gpudirect-rdmaio-server.fio" />
88                 </Component>
89                 <Component>
90                   <File Source="..\..\examples\http-s3.fio" />
91                 </Component>
92                 <Component>
93                   <File Source="..\..\examples\http-swift.fio" />
94                 </Component>
95                 <Component>
96                   <File Source="..\..\examples\http-webdav.fio" />
97                 </Component>
98                 <Component>
99                   <File Source="..\..\examples\ime.fio" />
100                 </Component>
101                 <Component>
102                   <File Source="..\..\examples\iometer-file-access-server.fio" />
103                 </Component>
104                 <Component>
105                   <File Source="..\..\examples\jesd219.fio" />
106                 </Component>
107                 <Component>
108                   <File Source="..\..\examples\latency-profile.fio" />
109                 </Component>
110                 <Component>
111                   <File Source="..\..\examples\libhdfs.fio" />
112                 </Component>
113                 <Component>
114                   <File Source="..\..\examples\libpmem.fio" />
115                 </Component>
116                 <Component>
117                   <File Source="..\..\examples\mtd.fio" />
118                 </Component>
119                 <Component>
120                   <File Source="..\..\examples\netio.fio" />
121                 </Component>
122                 <Component>
123                   <File Source="..\..\examples\netio_multicast.fio" />
124                 </Component>
125                 <Component>
126                   <File Source="..\..\examples\null.fio" />
127                 </Component>
128                 <Component>
129                   <File Source="..\..\examples\numa.fio" />
130                 </Component>
131                 <Component>
132                   <File Source="..\..\examples\pmemblk.fio" />
133                 </Component>
134                 <Component>
135                   <File Source="..\..\examples\poisson-rate-submission.fio" />
136                 </Component>
137                 <Component>
138                   <File Source="..\..\examples\rados.fio" />
139                 </Component>
140                 <Component>
141                   <File Source="..\..\examples\rand-zones.fio" />
142                 </Component>
143                 <Component>
144                   <File Source="..\..\examples\rbd.fio" />
145                 </Component>
146                 <Component>
147                   <File Source="..\..\examples\rdmaio-client.fio" />
148                 </Component>
149                 <Component>
150                   <File Source="..\..\examples\rdmaio-server.fio" />
151                 </Component>
152                 <Component>
153                   <File Source="..\..\examples\ssd-steadystate.fio" />
154                 </Component>
155                 <Component>
156                     <File Source="..\..\examples\ssd-test.fio" />
157                 </Component>
158                 <Component>
159                   <File Source="..\..\examples\steadystate.fio" />
160                 </Component>
161                 <Component>
162                     <File Source="..\..\examples\surface-scan.fio" />
163                 </Component>
164                 <Component>
165                     <File Source="..\..\examples\tiobench-example.fio" />
166                 </Component>
167                 <Component>
168                   <File Source="..\..\examples\waitfor.fio" />
169                 </Component>
170                 <Component>
171                   <File Source="..\..\examples\zipf.fio" />
172                 </Component>
173         </DirectoryRef>
174     </Fragment>
175     <Fragment>
176         <ComponentGroup Id="examples">
177             <ComponentRef Id="_1mbs_clients.fio" />
178             <ComponentRef Id="aio_read.fio" />
179             <ComponentRef Id="backwards_read.fio" />
180             <ComponentRef Id="basic_verify.fio" />
181             <ComponentRef Id="butterfly.fio"/>
182             <ComponentRef Id="cpp_null.fio"/>
183             <ComponentRef Id="cpuio.fio" />
184             <ComponentRef Id="dev_dax.fio" />
185             <ComponentRef Id="disk_zone_profile.fio" />
186             <ComponentRef Id="e4defrag.fio" />
187             <ComponentRef Id="e4defrag2.fio" />
188             <ComponentRef Id="enospc_pressure.fio" />
189             <ComponentRef Id="falloc.fio" />
190             <ComponentRef Id="filecreate_ioengine.fio"/>
191             <ComponentRef Id="fio_rand_read.job"/>
192             <ComponentRef Id="fio_rand_RW.job"/>
193             <ComponentRef Id="fio_rand_write.job"/>
194             <ComponentRef Id="fio_seq_read.job"/>
195             <ComponentRef Id="fio_seq_RW.job"/>
196             <ComponentRef Id="fio_seq_write.job"/>
197             <ComponentRef Id="fixed_rate_submission.fio" />
198             <ComponentRef Id="flow.fio" />
199             <ComponentRef Id="fsx.fio" />
200             <ComponentRef Id="ftruncate.fio"/>
201             <ComponentRef Id="fusion_aw_sync.fio" />
202             <ComponentRef Id="gfapi.fio" />
203             <ComponentRef Id="gpudirect_rdmaio_client.fio"/>
204             <ComponentRef Id="gpudirect_rdmaio_server.fio"/>
205             <ComponentRef Id="http_s3.fio"/>
206             <ComponentRef Id="http_swift.fio"/>
207             <ComponentRef Id="http_webdav.fio"/>
208             <ComponentRef Id="ime.fio"/>
209             <ComponentRef Id="iometer_file_access_server.fio" />
210             <ComponentRef Id="jesd219.fio" />
211             <ComponentRef Id="latency_profile.fio" />
212             <ComponentRef Id="libhdfs.fio" />
213             <ComponentRef Id="libpmem.fio"/>
214             <ComponentRef Id="mtd.fio" />
215             <ComponentRef Id="netio.fio" />
216             <ComponentRef Id="netio_multicast.fio" />
217             <ComponentRef Id="null.fio" />
218             <ComponentRef Id="numa.fio" />
219             <ComponentRef Id="pmemblk.fio" />
220             <ComponentRef Id="poisson_rate_submission.fio" />
221             <ComponentRef Id="rados.fio"/>
222             <ComponentRef Id="rand_zones.fio" />
223             <ComponentRef Id="rbd.fio" />
224             <ComponentRef Id="rdmaio_client.fio" />
225             <ComponentRef Id="rdmaio_server.fio" />
226             <ComponentRef Id="ssd_steadystate.fio" />
227             <ComponentRef Id="ssd_test.fio" />
228             <ComponentRef Id="steadystate.fio" />
229             <ComponentRef Id="surface_scan.fio" />
230             <ComponentRef Id="tiobench_example.fio" />
231             <ComponentRef Id="waitfor.fio" />
232             <ComponentRef Id="zipf.fio" />
233         </ComponentGroup>
234     </Fragment>
235 </Wix>