• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D20-Sep-20192 KiB7146

README.mdH A D20-Sep-2019600 2714

asn_test.cH A D20-Sep-20192.4 KiB11485

bitmap_mock.cH A D20-Sep-2019212 86

brushtest.cH A D20-Sep-20195.2 KiB216192

brushtestMakefileH A D20-Sep-2019244 1710

cache_mock.cH A D20-Sep-2019870 5343

channels_mock.cH A D20-Sep-2019131 86

cliprdr_mock.cH A D20-Sep-2019114 97

ctrl_mock.cH A D20-Sep-2019433 3327

disk_mock.cH A D20-Sep-2019131 97

dvc_mock.cH A D20-Sep-2019353 2722

ewmh_mock.cH A D20-Sep-20191.1 KiB8873

iso_mock.cH A D20-Sep-2019550 3830

licence_mock.cH A D20-Sep-201999 107

lspci_mock.cH A D20-Sep-201999 107

mcs_mock.cH A D20-Sep-2019689 5243

mcs_test.cH A D20-Sep-20191.6 KiB9368

mppc_mock.cH A D20-Sep-2019188 97

notepadbehindwordpad.cH A D20-Sep-2019310 1912

orders_mock.cH A D20-Sep-2019168 1310

parallel_mock.cH A D20-Sep-2019136 97

parse_geometry_test.cH A D20-Sep-20196.9 KiB230165

printer_mock.cH A D20-Sep-2019135 97

pstcache_mock.cH A D20-Sep-2019205 1310

rdesktop_mock.cH A D20-Sep-2019149 1410

rdp5_mock.cH A D20-Sep-2019104 86

rdp_mock.cH A D20-Sep-2019723 4033

rdp_test.cH A D20-Sep-20192.7 KiB140115

rdpdr_mock.cH A D20-Sep-2019337 2117

rdpedisp_mock.cH A D20-Sep-2019229 2117

resize_test.cH A D20-Sep-201914.2 KiB561373

seamless_mock.cH A D20-Sep-20191 KiB5947

secure_mock.cH A D20-Sep-2019766 5241

serial_mock.cH A D20-Sep-2019134 97

ssl_mock.cH A D20-Sep-20191.9 KiB10991

tcp_mock.cH A D20-Sep-2019153 1411

ui_mock.cH A D20-Sep-20191.4 KiB12196

utils_mock.cH A D20-Sep-20191.1 KiB2016

utils_test.cH A D20-Sep-20194.2 KiB180132

x11_mock.cH A D20-Sep-2019163 118

xclip_mock.cH A D20-Sep-2019436 3831

xkeymap_mock.cH A D20-Sep-20191.1 KiB7057

xwin_mock.cH A D20-Sep-2019348 1814

xwin_test.cH A D20-Sep-20194.4 KiB217156

README.md

1# Automated test suite
2
3An basic test suite was added while implementing the dynamic resize
4feature. Improvements to this test suite are very welcome.
5
6
7## Requirements
8
9In addition to the build requirements of rdesktop itself, you also need:
10
11 * [cgreen](https://github.com/cgreen-devs/cgreen)
12
13
14## Building and running the tests
15
16    cd tests
17    make
18
19This will build and run each test in turn. Re-running `make` will
20recompile the tests as necessary, and run them again.
21
22
23## Cgreen documentation
24
25You can find the Cgreen documentation over
26at [their github site](https://cgreen-devs.github.io).
27