Add tests from t/ to the Windows installer
authorRebecca Cran <rebecca@bsdio.com>
Mon, 5 Aug 2019 20:11:00 +0000 (13:11 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 5 Aug 2019 20:45:50 +0000 (14:45 -0600)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
os/windows/install.wxs

index 97d88e9f6da2442733cecc324fa08b7244286fa3..dcb8c92c4a3bcef5240036a5c565d8a742c27819 100755 (executable)
                                                        <File Id="MORAL_LICENSE" Name="MORAL-LICENSE.txt" Source="..\..\MORAL-LICENSE"/>
                                                </Component>
                                                <Directory Id="examples" Name="examples"/>
                                                        <File Id="MORAL_LICENSE" Name="MORAL-LICENSE.txt" Source="..\..\MORAL-LICENSE"/>
                                                </Component>
                                                <Directory Id="examples" Name="examples"/>
+                                               <Directory Id="tests" Name="tests">
+                                                       <Component>
+                                                               <File Source="../../t/fio-genzipf.exe"/>
+                                                       </Component>
+                                                       <Component>
+                                                               <File Source="../../t/fio-dedupe.exe"/>
+                                                       </Component>
+                                                       <Component>
+                                                               <File Source="../../t/stest.exe"/>
+                                                       </Component>
+                                                       <Component>
+                                                               <File Source="../../t/ieee754.exe"/>
+                                                       </Component>
+                                                       <Component>
+                                                               <File Source="../../t/axmap.exe"/>
+                                                       </Component>
+                                                       <Component>
+                                                               <File Source="../../t/lfsr-test.exe"/>
+                                                       </Component>
+                                                       <Component>
+                                                               <File Source="../../t/gen-rand.exe"/>
+                                                       </Component>
+                                                       <Component>
+                                                               <File Source="../../t/fio-verify-state.exe"/>
+                                                       </Component>
+                                               </Directory>
                                        </Directory>
                                </Directory>
                        </Directory>
                                        </Directory>
                                </Directory>
                        </Directory>
                <ComponentRef Id="COPYING"/>
                <ComponentRef Id="MORAL_LICENSE"/>
                <ComponentGroupRef Id="examples"/>
                <ComponentRef Id="COPYING"/>
                <ComponentRef Id="MORAL_LICENSE"/>
                <ComponentGroupRef Id="examples"/>
+               <ComponentRef Id="fio_genzipf.exe"/>
+               <ComponentRef Id="fio_dedupe.exe"/>
+               <ComponentRef Id="stest.exe"/>
+               <ComponentRef Id="ieee754.exe"/>
+               <ComponentRef Id="axmap.exe"/>
+               <ComponentRef Id="lfsr_test.exe"/>
+               <ComponentRef Id="gen_rand.exe"/>
+               <ComponentRef Id="fio_verify_state.exe"/>
        </Feature>
 
        <Property Id="ARPURLINFOABOUT" Value="http://git.kernel.dk/cgit/fio/" />
        </Feature>
 
        <Property Id="ARPURLINFOABOUT" Value="http://git.kernel.dk/cgit/fio/" />