diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-02-17 00:41:40 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-02-17 00:41:40 +0000 |
commit | 7867e48cee73fdd78967441da6c568e4e8116ac9 (patch) | |
tree | 9551513131a87f14319ca238f80ff03d8b32464c /src/tests/tests.c | |
parent | cd8273b3083c539868c972708f982131692118e9 (diff) | |
download | ipxe-7867e48cee73fdd78967441da6c568e4e8116ac9.tar.gz |
[test] Add constant-length memset() self-tests
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/tests/tests.c')
-rw-r--r-- | src/tests/tests.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c index 2b4b78c7c..f9bb47e1b 100644 --- a/src/tests/tests.c +++ b/src/tests/tests.c @@ -26,6 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); */ /* Drag in all applicable self-tests */ +REQUIRE_OBJECT ( memset_test ); REQUIRE_OBJECT ( memcpy_test ); REQUIRE_OBJECT ( string_test ); REQUIRE_OBJECT ( math_test ); |