efi/udp.c: Save UDP Port in core_udp_open()
[syslinux/sherbszt.git] / tests / README
blob44575bcb0e166bd8e0fd823151ea482ca313a113
1 Syslinux Regression Tests
3 This directory contains acceptance or regression tests. Each test is
4 intended to exercise a specific execution path through Syslinux, from
5 user input to output. Unit tests are located in a module directory, e.g.
6 com32/lib/syslinux/tests/, and test a specific "unit" of code such as a
7 function or interface.
9 The regression tests are intended to be run on the development
10 environment. As such they must remain fast.
12 Qemu must be installed and we grab OVMF from a predetermined location.
14 If you're thinking of rewriting or refactoring a subsystem in a major
15 way, please ensure there is a suitable test, and if not, write one.