david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/tests
Michael Brown 8ad1e7ac12 [test] Avoid using "static const" for test declarations
gcc will not warn about unused constant static variables.  An unused
test declaration is almost certainly a bug, so ensure that warnings
are generated.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-03-07 00:35:58 +00:00
..
comboot [comboot] Add COMBOOT and COM32 support 2008-08-28 23:52:19 +01:00
aes_cbc_test.c [test] Avoid using "static const" for test declarations 2012-03-07 00:35:58 +00:00
bofm_test.c [bofm] Add offline BOFM test facility 2011-03-02 23:58:43 +00:00
byteswap_test.c [test] Add self-tests for byte-order swapping functions 2012-03-04 15:29:24 +00:00
cbc_test.c [test] Add NIST self-tests for AES128 and AES256 in CBC mode 2012-03-06 21:01:30 +00:00
cbc_test.h [test] Add NIST self-tests for AES128 and AES256 in CBC mode 2012-03-06 21:01:30 +00:00
digest_test.c [test] Add self-tests for SHA-1 algorithm 2012-01-11 10:38:28 +00:00
digest_test.h [test] Add self-tests for SHA-1 algorithm 2012-01-11 10:38:28 +00:00
entropy_sample.c [rng] Add entropy sample generator 2012-02-27 23:44:41 +00:00
gdbstub_test.S [i386] Add explicit flags and type on all .section declarations 2009-02-15 10:59:53 +00:00
gdbstub_test.gdb [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
hash_df_test.c [test] Avoid using "static const" for test declarations 2012-03-07 00:35:58 +00:00
hmac_drbg_test.c [test] Avoid using "static const" for test declarations 2012-03-07 00:35:58 +00:00
linebuf_test.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
list_test.c [list] Add list functions required by ath9k driver 2011-10-14 14:33:32 +01:00
md5_test.c [test] Add self-tests for MD5 algorithm 2012-03-05 00:31:07 +00:00
memcpy_test.c Had this file lying around for ages; may as well check it in. 2007-01-11 15:31:50 +00:00
sha1_test.c [test] Add self-tests for SHA-1 algorithm 2012-01-11 10:38:28 +00:00
sha256_test.c [test] Add self-tests for SHA-256 algorithm 2012-03-05 00:20:30 +00:00
test.c [test] Allow self-tests to be run individually 2012-02-27 14:21:54 +00:00
tests.c [test] Add NIST self-tests for AES128 and AES256 in CBC mode 2012-03-06 21:01:30 +00:00
umalloc_test.c [ioapi] Move get_memmap() to the I/O API group 2010-08-16 16:54:03 +01:00
uri_test.c [uri] Avoid unused variable warning in gcc 4.6 2011-03-16 20:21:08 +00:00